How to Install and Uninstall nethogs.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "nethogs.x86_64" package

Please follow the steps below to install nethogs.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install nethogs.x86_64

2. Uninstall "nethogs.x86_64" package

This guide let you learn how to uninstall nethogs.x86_64 on Fedora 34:

$ sudo dnf remove nethogs.x86_64 $ sudo dnf autoremove

3. Information about the nethogs.x86_64 package on Fedora 34

Last metadata expiration check: 1:58:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : nethogs
Version : 0.8.6
Release : 4.fc34
Architecture : x86_64
Size : 42 k
Source : nethogs-0.8.6-4.fc34.src.rpm
Repository : fedora
Summary : A tool resembling top for network traffic
URL : https://github.com/raboof/nethogs/
License : GPL+
Description : NetHogs is a small "net top" tool.
:
: Instead of breaking the traffic down per protocol or per subnet, like
: most such tools do, it groups bandwidth by process and does not rely
: on a special kernel module to be loaded.
:
: So if there's suddenly a lot of network traffic, you can fire up
: NetHogs and immediately see which PID is causing this, and if it's
: some kind of spinning process, kill it.