How To Install dyninst-doc.x86_64 on Amazon Linux 2

In this tutorial we learn how to install dyninst-doc.x86_64 in Amazon Linux 2. dyninst-doc.x86_64 is Documentation for using the Dyninst API

Introduction

In this tutorial we learn how to install dyninst-doc.x86_64 on Amazon Linux 2.

What is dyninst-doc.x86_64

dyninst-doc contains API documentation for the Dyninst libraries.

We can use yum to install dyninst-doc.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install dyninst-doc.x86_64.

Install dyninst-doc.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install dyninst-doc.x86_64 using yum by running the following command:

sudo yum -y install dyninst-doc.x86_64

How To Uninstall dyninst-doc.x86_64 on Amazon Linux 2

To uninstall only the dyninst-doc.x86_64 package we can use the following command:

sudo yum remove dyninst-doc.x86_64

dyninst-doc.x86_64 Package Contents on Amazon Linux 2

/usr/share/doc/dyninst-doc-9.3.1
/usr/share/doc/dyninst-doc-9.3.1/dataflowAPI.pdf
/usr/share/doc/dyninst-doc-9.3.1/dynC_API.pdf
/usr/share/doc/dyninst-doc-9.3.1/dyninstAPI.pdf
/usr/share/doc/dyninst-doc-9.3.1/instructionAPI.pdf
/usr/share/doc/dyninst-doc-9.3.1/parseAPI.pdf
/usr/share/doc/dyninst-doc-9.3.1/patchAPI.pdf
/usr/share/doc/dyninst-doc-9.3.1/proccontrol.pdf
/usr/share/doc/dyninst-doc-9.3.1/stackwalk.pdf
/usr/share/doc/dyninst-doc-9.3.1/symtabAPI.pdf

References

Summary

In this tutorial we learn how to install dyninst-doc.x86_64 on Amazon Linux 2 using yum.