How To Install sysutil on Fedora 36
Introduction
In this tutorial we learn how to install sysutil on Fedora 36.
What is sysutil
Package sysutil provides cross platform system utilities.
We can use yum or dnf to install sysutil on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sysutil.
Install sysutil 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 sysutil using dnf by running the following command:
sudo dnf -y install sysutil
Install sysutil 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 sysutil using yum by running the following command:
sudo yum -y install sysutil
How To Uninstall sysutil on Fedora 36
To uninstall only the sysutil package we can use the following command:
sudo dnf remove sysutil
sysutil Package Contents on Fedora 36
/usr/bin/boottime
/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/bc38b081b68a722ae963f48fc91ed94cf610c5
/usr/share/doc/sysutil
/usr/share/doc/sysutil/README.md
/usr/share/licenses/sysutil
/usr/share/licenses/sysutil/LICENSE
References
Summary
In this tutorial we learn how to install sysutil on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).