How to Install and Uninstall dyninst.i686 Package on Amazon Linux 2

Last updated: November 25,2024

1. Install "dyninst.i686" package

Please follow the steps below to install dyninst.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install dyninst.i686

2. Uninstall "dyninst.i686" package

Please follow the steps below to uninstall dyninst.i686 on Amazon Linux 2:

$ sudo yum remove dyninst.i686 $ sudo yum autoremove

3. Information about the dyninst.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : dyninst
Arch : i686
Version : 9.3.1
Release : 3.amzn2
Size : 3.7 M
Repo : amzn2-core/2/x86_64
Summary : An API for Run-time Code Generation
URL : http://www.dyninst.org
License : LGPLv2+
Description :
: Dyninst is an Application Program Interface (API) to permit the
: insertion of code into a running program. The API also permits
: changing or removing subroutine calls from the application
: program. Run-time code changes are useful to support a variety of
: applications including debugging, performance monitoring, and to
: support composing applications out of existing packages. The goal
: of this API is to provide a machine independent interface to
: permit the creation of tools and applications that use run-time
: code patching.