How To Install avgtime on Fedora 36
Introduction
In this tutorial we learn how to install avgtime on Fedora 36.
What is avgtime
‘avgtime’ works like the Linux ’time’ command, except it runs the command repeatedly and displays statistics - median - average - standard deviation - 95% and 99% confidence intervals
We can use yum or dnf to install avgtime on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install avgtime.
Install avgtime 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 avgtime using dnf by running the following command:
sudo dnf -y install avgtime
Install avgtime 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 avgtime using yum by running the following command:
sudo yum -y install avgtime
How To Uninstall avgtime on Fedora 36
To uninstall only the avgtime package we can use the following command:
sudo dnf remove avgtime
avgtime Package Contents on Fedora 36
/usr/bin/avgtime
/usr/lib/.build-id
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/6e9866a3b791d7e10dba594bf7360c38d3d90b
/usr/share/doc/avgtime
/usr/share/doc/avgtime/README.md
/usr/share/licenses/avgtime
/usr/share/licenses/avgtime/LICENSE_1_0.txt
References
Summary
In this tutorial we learn how to install avgtime on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).