How to Install and Uninstall rrdtool.i686 Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "rrdtool.i686" package

Please follow the guidelines below to install rrdtool.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install rrdtool.i686

2. Uninstall "rrdtool.i686" package

This guide covers the steps necessary to uninstall rrdtool.i686 on CentOS Stream 8:

$ sudo dnf remove rrdtool.i686 $ sudo dnf autoremove

3. Information about the rrdtool.i686 package on CentOS Stream 8

Last metadata expiration check: 0:16:13 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : rrdtool
Version : 1.7.0
Release : 16.el8
Architecture : i686
Size : 543 k
Source : rrdtool-1.7.0-16.el8.src.rpm
Repository : appstream
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.