How To Install atop on Fedora 34
Introduction
In this tutorial we learn how to install atop
on Fedora 34.
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 For more informations The package does not make use of the patches available at http
We can use yum
or dnf
to install atop
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install atop.
Install atop on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install atop
using dnf
by running the following command:
sudo dnf -y install atop
Install atop on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the atop
package we can use the following command:
sudo dnf remove atop
atop Package Contents on Fedora 34
/etc/sysconfig/atop
/usr/bin/atop
/usr/bin/atopconvert
/usr/bin/atopd
/usr/bin/atopsar
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/4810990f99f4dc51dc46d1d2905d2cb6450fd7
/usr/lib/.build-id/af
/usr/lib/.build-id/af/ecd2ba6783fcc1ab1ab77a070515b160ce1c27
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/1fcd10b39d3e43d64566420b2584faca2d2db1
/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/lib/systemd/system/atopgpu.service
/usr/sbin/atopacctd
/usr/sbin/atopgpud
/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
/etc/sysconfig/atop
/usr/bin/atop
/usr/bin/atopconvert
/usr/bin/atopd
/usr/bin/atopsar
/usr/lib/.build-id
/usr/lib/.build-id/be
/usr/lib/.build-id/be/e7633f4997bb5f1d33c98841573b77f22c40a8
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/8ede0388be6c9cd8750843444b8a765b19ee40
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/d230be2f577284805b76293f24fece3192cbca
/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/lib/systemd/system/atopgpu.service
/usr/sbin/atopacctd
/usr/sbin/atopgpud
/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 34 using yum and dnf.