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

Last updated: February 06,2025

1. Install "rrdtool.i686" package

Please follow the guidance below to install rrdtool.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install rrdtool.i686

2. Uninstall "rrdtool.i686" package

In this section, we are going to explain the necessary steps to uninstall rrdtool.i686 on Amazon Linux 2:

$ sudo yum remove rrdtool.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : rrdtool
Arch : i686
Version : 1.4.8
Release : 9.amzn2.0.1
Size : 384 k
Repo : amzn2-core/2/x86_64
Summary : Round Robin Database Tool to store and display time-series data
URL : http://oss.oetiker.ch/rrdtool/
License : GPLv2+ with exceptions
Description : RRD is the Acronym for Round Robin Database. RRD is a system to
: store and display time-series data (i.e. network bandwidth,
: machine-room temperature, server load average). It stores the data
: in a very compact way that will not expand over time, and it
: presents useful graphs by processing the data to enforce a certain
: data density. It can be used either via simple wrapper scripts
: (from shell or Perl) or via frontends that poll network devices
: and put a friendly user interface on it.