How To Install system-config-firewall.noarch on Amazon Linux 2
In this tutorial we learn how to install system-config-firewall.noarch in Amazon Linux 2. system-config-firewall.noarch is A graphical interface for basic firewall setup
Introduction
In this tutorial we learn how to install system-config-firewall.noarch on Amazon Linux 2.
What is system-config-firewall.noarch
system-config-firewall is a graphical user interface for basic firewall setup.
We can use yum to install system-config-firewall.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install system-config-firewall.noarch.
Install system-config-firewall.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install system-config-firewall.noarch using yum by running the following command:
sudo yum -y install system-config-firewall.noarch
How To Uninstall system-config-firewall.noarch on Amazon Linux 2
To uninstall only the system-config-firewall.noarch package we can use the following command:
sudo yum remove system-config-firewall.noarch
system-config-firewall.noarch Package Contents on Amazon Linux 2
/etc/dbus-1/system.d/org.fedoraproject.Config.Firewall.conf
/usr/bin/system-config-firewall
/usr/share/applications/system-config-firewall.desktop
/usr/share/dbus-1/system-services/org.fedoraproject.Config.Firewall.service
/usr/share/icons/hicolor/16x16/apps/preferences-system-firewall-new.png
/usr/share/icons/hicolor/16x16/apps/preferences-system-firewall.png
/usr/share/icons/hicolor/22x22/apps/preferences-system-firewall-new.png
/usr/share/icons/hicolor/22x22/apps/preferences-system-firewall.png
/usr/share/icons/hicolor/24x24/apps/preferences-system-firewall-new.png
/usr/share/icons/hicolor/24x24/apps/preferences-system-firewall.png
/usr/share/icons/hicolor/32x32/apps/preferences-system-firewall-new.png
/usr/share/icons/hicolor/32x32/apps/preferences-system-firewall.png
/usr/share/icons/hicolor/48x48/apps/preferences-system-firewall-new.png
/usr/share/icons/hicolor/48x48/apps/preferences-system-firewall.png
/usr/share/icons/hicolor/scalable/apps/preferences-system-firewall-new.svg
/usr/share/icons/hicolor/scalable/apps/preferences-system-firewall.svg
/usr/share/polkit-1/actions/org.fedoraproject.config.firewall.policy
/usr/share/system-config-firewall/fw_dbus.py
/usr/share/system-config-firewall/fw_dbus.pyc
/usr/share/system-config-firewall/fw_dbus.pyo
/usr/share/system-config-firewall/fw_gui.py
/usr/share/system-config-firewall/fw_gui.pyc
/usr/share/system-config-firewall/fw_gui.pyo
/usr/share/system-config-firewall/fw_nm.py
/usr/share/system-config-firewall/fw_nm.pyc
/usr/share/system-config-firewall/fw_nm.pyo
/usr/share/system-config-firewall/gtk_chooserbutton.py
/usr/share/system-config-firewall/gtk_chooserbutton.pyc
/usr/share/system-config-firewall/gtk_chooserbutton.pyo
/usr/share/system-config-firewall/gtk_label_autowrap.py
/usr/share/system-config-firewall/gtk_label_autowrap.pyc
/usr/share/system-config-firewall/gtk_label_autowrap.pyo
/usr/share/system-config-firewall/gtk_treeviewtooltips.py
/usr/share/system-config-firewall/gtk_treeviewtooltips.pyc
/usr/share/system-config-firewall/gtk_treeviewtooltips.pyo
/usr/share/system-config-firewall/system-config-firewall-mechanism.py
/usr/share/system-config-firewall/system-config-firewall-mechanism.pyc
/usr/share/system-config-firewall/system-config-firewall-mechanism.pyo
/usr/share/system-config-firewall/system-config-firewall.glade
References
Summary
In this tutorial we learn how to install system-config-firewall.noarch on Amazon Linux 2 using yum.