How To Install atop on Fedora 36
Introduction
In this tutorial we learn how to install atop on Fedora 36.
What is atop
An advanced interactive monitor for Linux-systems to view the load on system-level and process-level. The command atop has some major advantages compared to other performance-monitors - Resource consumption by all processes - Utilization of all relevant resources - Permanent logging of resource utilization - Highlight critical resources - Watch activity only - Watch deviations only - Accumulated process activity per user - Accumulated process activity per program
We can use yum or dnf to install atop on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install atop.
Install atop 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 atop using dnf by running the following command:
sudo dnf -y install atop
Install atop 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 atop using yum by running the following command:
sudo yum -y install atop
How To Uninstall atop on Fedora 36
To uninstall only the atop package we can use the following command:
sudo dnf remove atop
atop Package Contents on Fedora 36
/etc/sysconfig/atop
/usr/bin/atop
/usr/bin/atopconvert
/usr/bin/atopd
/usr/bin/atopsar
/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/2e93f6c184cfb6c8854d982b830f3a23ab84f4
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/4bd514ab5eecf0bf49efa3f627bdd8384d0f3d
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/ace89c05f249a66cdfdbf77ed292ac245ef2a5
/usr/lib/systemd/system/atop-rotate.service
/usr/lib/systemd/system/atop-rotate.timer
/usr/lib/systemd/system/atop.service
/usr/lib/systemd/system/atopacct.service
/usr/sbin/atopacctd
/usr/share/atop/atop.daily
/usr/share/doc/atop
/usr/share/doc/atop/AUTHOR
/usr/share/doc/atop/README
/usr/share/licenses/atop
/usr/share/licenses/atop/COPYING
/usr/share/man/man1/atop.1.gz
/usr/share/man/man1/atopsar.1.gz
/var/log/atop
References
Summary
In this tutorial we learn how to install atop on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).