1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
© 2008-2019 Marcos Alvarez Costales
-----------------------------------
DEPENDENCIES
-----------------
ufw 0.34+ for Gufw 14.10+
gir1.2-webkit2-4.1
gir1.2-gtk-3.0
gnome-icon-theme-symbolic
policykit-1
python3-gi
python3-distutils-extra
FROM DEBIAN OR UBUNTU REPOSITORIES
-----------------
INSTALL > sudo apt-get install gufw
REMOVE > sudo apt-get purge gufw
You can run the program by looking for Firewall
Configuration in your application menu.
FOR OTHER DISTROS
------------------
* Get code from https://costales.github.io/gufw
git clone https://costales.github.io/gufw.git
* Install:
cd gufw
sudo python3 setup.py install --prefix=/usr
* Run:
gufw
* You may also need to run sudo gtk-update-icon-cache /usr/share/icons/hicolor/
if your launcher icon is a bit blurry or doesn't show up.
Are you a Gufw distro maintainer?
=================================
New releases will be published here: https://costales.github.io/gufw/releases
|