How To Install rrdtool-tcl on Fedora 36
Introduction
In this tutorial we learn how to install rrdtool-tcl
on Fedora 36.
What is rrdtool-tcl
The rrdtool-tcl package includes RRDtool bindings for Tcl.
We can use yum
or dnf
to install rrdtool-tcl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rrdtool-tcl.
Install rrdtool-tcl on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rrdtool-tcl
using dnf
by running the following command:
sudo dnf -y install rrdtool-tcl
Install rrdtool-tcl on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rrdtool-tcl
using yum
by running the following command:
sudo yum -y install rrdtool-tcl
How To Uninstall rrdtool-tcl on Fedora 36
To uninstall only the rrdtool-tcl
package we can use the following command:
sudo dnf remove rrdtool-tcl
rrdtool-tcl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/963492ed5ed5a2f63a181ef08cb02561f135e5
/usr/lib64/rrdtool/ifOctets.tcl
/usr/lib64/rrdtool/pkgIndex.tcl
/usr/lib64/tclrrd1.7.2.so
/usr/share/doc/rrdtool-tcl
/usr/share/doc/rrdtool-tcl/README
References
Summary
In this tutorial we learn how to install rrdtool-tcl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).