How To Install etherape on Fedora 34
Introduction
In this tutorial we learn how to install etherape
on Fedora 34.
What is etherape
EtherApe is a graphical network monitor modeled after etherman.
We can use yum
or dnf
to install etherape
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install etherape.
Install etherape 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 etherape
using dnf
by running the following command:
sudo dnf -y install etherape
Install etherape 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 etherape
using yum
by running the following command:
sudo yum -y install etherape
How To Uninstall etherape on Fedora 34
To uninstall only the etherape
package we can use the following command:
sudo dnf remove etherape
etherape Package Contents on Fedora 34
/etc/pam.d/etherape
/etc/security/console.apps/etherape
/usr/bin/etherape
/usr/lib/.build-id
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/47a2e83793afb6a4b1109e64968f086051108a
/usr/sbin/etherape
/usr/share/applications/etherape.desktop
/usr/share/doc/etherape
/usr/share/doc/etherape/ABOUT-NLS
/usr/share/doc/etherape/AUTHORS
/usr/share/doc/etherape/ChangeLog
/usr/share/doc/etherape/FAQ
/usr/share/doc/etherape/NEWS
/usr/share/doc/etherape/OVERVIEW
/usr/share/doc/etherape/README
/usr/share/doc/etherape/README.bugs
/usr/share/doc/etherape/TODO
/usr/share/etherape
/usr/share/etherape/glade
/usr/share/etherape/glade/etherape.png
/usr/share/etherape/glade/etherape.ui
/usr/share/help/C/etherape
/usr/share/help/C/etherape/figures
/usr/share/help/C/etherape/figures/all_nodes.eps
/usr/share/help/C/etherape/figures/all_nodes.png
/usr/share/help/C/etherape/figures/appmain.eps
/usr/share/help/C/etherape/figures/appmain.png
/usr/share/help/C/etherape/figures/capture_file_dlg.eps
/usr/share/help/C/etherape/figures/capture_file_dlg.png
/usr/share/help/C/etherape/figures/color_select_dlg.eps
/usr/share/help/C/etherape/figures/color_select_dlg.png
/usr/share/help/C/etherape/figures/eth_toolbar.eps
/usr/share/help/C/etherape/figures/eth_toolbar.png
/usr/share/help/C/etherape/figures/link_info.eps
/usr/share/help/C/etherape/figures/link_info.png
/usr/share/help/C/etherape/figures/node_info.eps
/usr/share/help/C/etherape/figures/node_info.png
/usr/share/help/C/etherape/figures/pref_colors_dlg.eps
/usr/share/help/C/etherape/figures/pref_colors_dlg.png
/usr/share/help/C/etherape/figures/pref_diagram_dlg.eps
/usr/share/help/C/etherape/figures/pref_diagram_dlg.png
/usr/share/help/C/etherape/figures/pref_timings_dlg.eps
/usr/share/help/C/etherape/figures/pref_timings_dlg.png
/usr/share/help/C/etherape/figures/proto_info.eps
/usr/share/help/C/etherape/figures/proto_info.png
/usr/share/help/C/etherape/figures/protocol_edit_dlg.eps
/usr/share/help/C/etherape/figures/protocol_edit_dlg.png
/usr/share/help/C/etherape/index.docbook
/usr/share/licenses/etherape
/usr/share/licenses/etherape/COPYING
/usr/share/locale/de/LC_MESSAGES/etherape.mo
/usr/share/locale/es/LC_MESSAGES/etherape.mo
/usr/share/locale/fr/LC_MESSAGES/etherape.mo
/usr/share/locale/it/LC_MESSAGES/etherape.mo
/usr/share/locale/nl/LC_MESSAGES/etherape.mo
/usr/share/locale/sv/LC_MESSAGES/etherape.mo
/usr/share/locale/tr/LC_MESSAGES/etherape.mo
/usr/share/man/man1/etherape.1.gz
/usr/share/pixmaps/etherape.png
References
Summary
In this tutorial we learn how to install etherape
on Fedora 34 using yum and dnf.