How to Install and Uninstall rrdtool.src Package on Oracle Linux 8

Last updated: December 04,2024

1. Install "rrdtool.src" package

Here is a brief guide to show you how to install rrdtool.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install rrdtool.src

2. Uninstall "rrdtool.src" package

Please follow the steps below to uninstall rrdtool.src on Oracle Linux 8:

$ sudo dnf remove rrdtool.src $ sudo dnf autoremove

3. Information about the rrdtool.src package on Oracle Linux 8

Last metadata expiration check: 3:41:09 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rrdtool
Version : 1.7.0
Release : 16.el8
Architecture : src
Size : 2.9 M
Source : None
Repository : ol8_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.