How To Install etherape on Fedora 36
Introduction
In this tutorial we learn how to install etherape
on Fedora 36.
What is etherape
EtherApe is a graphical network monitor modeled after etherman.
We can use yum
or dnf
to install etherape
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install etherape.
Install etherape 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 etherape
using dnf
by running the following command:
sudo dnf -y install etherape
Install etherape 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 etherape
using yum
by running the following command:
sudo yum -y install etherape
How To Uninstall etherape on Fedora 36
To uninstall only the etherape
package we can use the following command:
sudo dnf remove etherape
etherape Package Contents on Fedora 36
/etc/pam.d/etherape
/etc/security/console.apps/etherape
/usr/bin/etherape
/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/33243c4fec5590d29af1f795b65e2ba4af9a93
/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/ru/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 36 using yum and [dnf]((/fedora/36/dnf/).