Kali Linux Install GUFW (gui-ufw): Difference between revisions

From WikiMLT
m (Стадий: 2 [Фаза:Разработване, Статус:Създаден]; Категория:Linux Desktop)
m (Text replacement - "mlw-continue" to "code-continue")
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude><!--[[Category:Linux_Desktop|?]]-->{{ContentArticleHeader/Linux_Desktop}}</noinclude>
<noinclude><!--[[Category:Linux_Desktop|?]]-->{{ContentArticleHeader/Linux_Desktop}}</noinclude>
== References ==
Unfortunately the original GUFW application is not longer maintained, So it disappear from the repositories of the latest Debian 11 and respectively Kali Linux 2022. The good news is that it is maintained by some other distributions as Ubuntu and we can use Ubuntu 22.04's package in Kali Linux.


* ...
== Install Ubuntu Jammy's GUFW in Kali Linux 2022 ==
<syntaxhighlight lang="shell" line="1" class="code-continue mlw-shell-gray">
cd ~/Downloads
</syntaxhighlight>
<syntaxhighlight lang="shell" line="1" class="code-continue">
wget https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/gui-ufw/22.04.0-0ubuntu1/gui-ufw_22.04.0.orig.tar.gz
</syntaxhighlight><syntaxhighlight lang="shell" line="1" class="code-continue">
tar xvf gui-ufw_22.04.0.orig.tar.gz
cd gui-ufw-22.04.0
</syntaxhighlight><syntaxhighlight lang="shell" line="1" class="code-continue mlw-shell-gray">
sudo apt install ufw gir1.2-webkit2-4.0 gir1.2-gtk-3.0 \
gnome-icon-theme-symbolic policykit-1 python3-gi python3-distutils-extra
</syntaxhighlight>
<syntaxhighlight lang="shell" line="1" class="code-continue">
sudo python3 setup.py install --prefix=/usr
</syntaxhighlight><syntaxhighlight lang="shell-session" class="mlw-pre-max-height-320 code-continue">
/usr/lib/python3/dist-packages/DistUtilsExtra/auto.py:353: PyGIWarning: Gdk was imported without specifying a version first. Use gi.require_version('Gdk', '4.0') before import to ensure that the right version gets loaded.
  mod = __import__(module)
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/gufw
creating build/lib/gufw/gufw
copying gufw/gufw/__init__.py -> build/lib/gufw/gufw
copying gufw/gufw/instance.py -> build/lib/gufw/gufw
copying gufw/gufw/controller.py -> build/lib/gufw/gufw
creating build/lib/gufw/gufw/view
copying gufw/gufw/view/__init__.py -> build/lib/gufw/gufw/view
copying gufw/gufw/view/listening.py -> build/lib/gufw/gufw/view
copying gufw/gufw/view/add.py -> build/lib/gufw/gufw/view
copying gufw/gufw/view/about.py -> build/lib/gufw/gufw/view
copying gufw/gufw/view/preferences.py -> build/lib/gufw/gufw/view
copying gufw/gufw/view/gufw.py -> build/lib/gufw/gufw/view
copying gufw/gufw/view/update.py -> build/lib/gufw/gufw/view
copying gufw/__init__.py -> build/lib/gufw
copying gufw/gufw.py -> build/lib/gufw
creating build/lib/gufw/gufw/model
copying gufw/gufw/model/firewall.py -> build/lib/gufw/gufw/model
copying gufw/gufw/model/__init__.py -> build/lib/gufw/gufw/model
copying gufw/gufw/model/frontend.py -> build/lib/gufw/gufw/model
copying gufw/gufw/model/ufw_backend.py -> build/lib/gufw/gufw/model
running build_scripts
creating build/scripts-3.10
copying bin/gufw -> build/scripts-3.10
copying bin/gufw-pkexec -> build/scripts-3.10
running build_i18n
intltool-update -p -g gufw
msgfmt po/id.po -o build/mo/id/LC_MESSAGES/gufw.mo
msgfmt po/ca.po -o build/mo/ca/LC_MESSAGES/gufw.mo
msgfmt po/eu.po -o build/mo/eu/LC_MESSAGES/gufw.mo
msgfmt po/ar.po -o build/mo/ar/LC_MESSAGES/gufw.mo
msgfmt po/sv.po -o build/mo/sv/LC_MESSAGES/gufw.mo
msgfmt po/se.po -o build/mo/se/LC_MESSAGES/gufw.mo
msgfmt po/ta.po -o build/mo/ta/LC_MESSAGES/gufw.mo
msgfmt po/hi.po -o build/mo/hi/LC_MESSAGES/gufw.mo
msgfmt po/et.po -o build/mo/et/LC_MESSAGES/gufw.mo
msgfmt po/zh_CN.po -o build/mo/zh_CN/LC_MESSAGES/gufw.mo
msgfmt po/az.po -o build/mo/az/LC_MESSAGES/gufw.mo
msgfmt po/hu.po -o build/mo/hu/LC_MESSAGES/gufw.mo
msgfmt po/pt.po -o build/mo/pt/LC_MESSAGES/gufw.mo
msgfmt po/pl.po -o build/mo/pl/LC_MESSAGES/gufw.mo
msgfmt po/bg.po -o build/mo/bg/LC_MESSAGES/gufw.mo
msgfmt po/zh_TW.po -o build/mo/zh_TW/LC_MESSAGES/gufw.mo
msgfmt po/th.po -o build/mo/th/LC_MESSAGES/gufw.mo
msgfmt po/pt_BR.po -o build/mo/pt_BR/LC_MESSAGES/gufw.mo
msgfmt po/en_AU.po -o build/mo/en_AU/LC_MESSAGES/gufw.mo
msgfmt po/tr.po -o build/mo/tr/LC_MESSAGES/gufw.mo
msgfmt po/mk.po -o build/mo/mk/LC_MESSAGES/gufw.mo
msgfmt po/tg.po -o build/mo/tg/LC_MESSAGES/gufw.mo
msgfmt po/te.po -o build/mo/te/LC_MESSAGES/gufw.mo
msgfmt po/he.po -o build/mo/he/LC_MESSAGES/gufw.mo
msgfmt po/fi.po -o build/mo/fi/LC_MESSAGES/gufw.mo
msgfmt po/hrx.po -o build/mo/hrx/LC_MESSAGES/gufw.mo
msgfmt po/ms.po -o build/mo/ms/LC_MESSAGES/gufw.mo
msgfmt po/sk.po -o build/mo/sk/LC_MESSAGES/gufw.mo
msgfmt po/hy.po -o build/mo/hy/LC_MESSAGES/gufw.mo
msgfmt po/hr.po -o build/mo/hr/LC_MESSAGES/gufw.mo
msgfmt po/ja.po -o build/mo/ja/LC_MESSAGES/gufw.mo
msgfmt po/cy.po -o build/mo/cy/LC_MESSAGES/gufw.mo
msgfmt po/de.po -o build/mo/de/LC_MESSAGES/gufw.mo
msgfmt po/si.po -o build/mo/si/LC_MESSAGES/gufw.mo
msgfmt po/vi.po -o build/mo/vi/LC_MESSAGES/gufw.mo
msgfmt po/be.po -o build/mo/be/LC_MESSAGES/gufw.mo
msgfmt po/it.po -o build/mo/it/LC_MESSAGES/gufw.mo
msgfmt po/ka.po -o build/mo/ka/LC_MESSAGES/gufw.mo
msgfmt po/lv.po -o build/mo/lv/LC_MESSAGES/gufw.mo
msgfmt po/cs.po -o build/mo/cs/LC_MESSAGES/gufw.mo
msgfmt po/sl.po -o build/mo/sl/LC_MESSAGES/gufw.mo
msgfmt po/nb.po -o build/mo/nb/LC_MESSAGES/gufw.mo
msgfmt po/so.po -o build/mo/so/LC_MESSAGES/gufw.mo
msgfmt po/ko.po -o build/mo/ko/LC_MESSAGES/gufw.mo
msgfmt po/bn.po -o build/mo/bn/LC_MESSAGES/gufw.mo
msgfmt po/ru.po -o build/mo/ru/LC_MESSAGES/gufw.mo
msgfmt po/af.po -o build/mo/af/LC_MESSAGES/gufw.mo
msgfmt po/sq.po -o build/mo/sq/LC_MESSAGES/gufw.mo
msgfmt po/kk.po -o build/mo/kk/LC_MESSAGES/gufw.mo
msgfmt po/ug.po -o build/mo/ug/LC_MESSAGES/gufw.mo
msgfmt po/is.po -o build/mo/is/LC_MESSAGES/gufw.mo
msgfmt po/fr.po -o build/mo/fr/LC_MESSAGES/gufw.mo
msgfmt po/tl.po -o build/mo/tl/LC_MESSAGES/gufw.mo
msgfmt po/es.po -o build/mo/es/LC_MESSAGES/gufw.mo
msgfmt po/oc.po -o build/mo/oc/LC_MESSAGES/gufw.mo
msgfmt po/fo.po -o build/mo/fo/LC_MESSAGES/gufw.mo
msgfmt po/da.po -o build/mo/da/LC_MESSAGES/gufw.mo
msgfmt po/uk.po -o build/mo/uk/LC_MESSAGES/gufw.mo
msgfmt po/ast.po -o build/mo/ast/LC_MESSAGES/gufw.mo
msgfmt po/el.po -o build/mo/el/LC_MESSAGES/gufw.mo
msgfmt po/my.po -o build/mo/my/LC_MESSAGES/gufw.mo
msgfmt po/eo.po -o build/mo/eo/LC_MESSAGES/gufw.mo
msgfmt po/sr.po -o build/mo/sr/LC_MESSAGES/gufw.mo
msgfmt po/mus.po -o build/mo/mus/LC_MESSAGES/gufw.mo
msgfmt po/en_CA.po -o build/mo/en_CA/LC_MESSAGES/gufw.mo
msgfmt po/gl.po -o build/mo/gl/LC_MESSAGES/gufw.mo
msgfmt po/la.po -o build/mo/la/LC_MESSAGES/gufw.mo
msgfmt po/en_GB.po -o build/mo/en_GB/LC_MESSAGES/gufw.mo
msgfmt po/bs.po -o build/mo/bs/LC_MESSAGES/gufw.mo
msgfmt po/ro.po -o build/mo/ro/LC_MESSAGES/gufw.mo
msgfmt po/ku.po -o build/mo/ku/LC_MESSAGES/gufw.mo
msgfmt po/nl.po -o build/mo/nl/LC_MESSAGES/gufw.mo
msgfmt po/ur.po -o build/mo/ur/LC_MESSAGES/gufw.mo
msgfmt po/lt.po -o build/mo/lt/LC_MESSAGES/gufw.mo
msgfmt po/fa.po -o build/mo/fa/LC_MESSAGES/gufw.mo
intltool-merge -d po gufw.desktop.in build/share/applications/gufw.desktop
Merging translations into build/share/applications/gufw.desktop.
running build_icons
running build_help
running install_lib
creating /usr/lib/python3.10/site-packages/gufw
copying build/lib/gufw/__init__.py -> /usr/lib/python3.10/site-packages/gufw
creating /usr/lib/python3.10/site-packages/gufw/gufw
creating /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/view/__init__.py -> /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/view/listening.py -> /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/view/add.py -> /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/view/about.py -> /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/view/preferences.py -> /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/view/gufw.py -> /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/view/update.py -> /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/__init__.py -> /usr/lib/python3.10/site-packages/gufw/gufw
copying build/lib/gufw/gufw/instance.py -> /usr/lib/python3.10/site-packages/gufw/gufw
copying build/lib/gufw/gufw/controller.py -> /usr/lib/python3.10/site-packages/gufw/gufw
creating /usr/lib/python3.10/site-packages/gufw/gufw/model
copying build/lib/gufw/gufw/model/firewall.py -> /usr/lib/python3.10/site-packages/gufw/gufw/model
copying build/lib/gufw/gufw/model/__init__.py -> /usr/lib/python3.10/site-packages/gufw/gufw/model
copying build/lib/gufw/gufw/model/frontend.py -> /usr/lib/python3.10/site-packages/gufw/gufw/model
copying build/lib/gufw/gufw/model/ufw_backend.py -> /usr/lib/python3.10/site-packages/gufw/gufw/model
copying build/lib/gufw/gufw.py -> /usr/lib/python3.10/site-packages/gufw
byte-compiling /usr/lib/python3.10/site-packages/gufw/__init__.py to __init__.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/view/__init__.py to __init__.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/view/listening.py to listening.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/view/add.py to add.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/view/about.py to about.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/view/preferences.py to preferences.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/view/gufw.py to gufw.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/view/update.py to update.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/__init__.py to __init__.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/instance.py to instance.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/controller.py to controller.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/model/firewall.py to firewall.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/model/__init__.py to __init__.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/model/frontend.py to frontend.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/model/ufw_backend.py to ufw_backend.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw.py to gufw.cpython-310.pyc
running install_scripts
copying build/scripts-3.10/gufw-pkexec -> /usr/bin
copying build/scripts-3.10/gufw -> /usr/bin
changing mode of /usr/bin/gufw-pkexec to 755
changing mode of /usr/bin/gufw to 755
running install_data
copying policykit/actions/com.ubuntu.pkexec.gufw.policy -> /usr/share/polkit-1/actions/
creating /etc/gufw
creating /etc/gufw/app_profiles
copying data/app_profiles/homm3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/0ad.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/dopewars.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/widelands.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/freecol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/quake3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/mumble.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/defcon.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/diablo2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/wakfu.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/kali.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/neverwinter-nights.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/rsync.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/gnump3d.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/savage-the-battle-for-newerth.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/qbittorrent.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/world-of-warcraft.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/openarena.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/liquidwar.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/network-time-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/battlefield-1942.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/digital-audio-access-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/delta-force-xtreme.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/cube2-sauerbraten.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/chromecast.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/bittorrent.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/freeorion.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/rygel.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/armored-fist3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/warzone-2100.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/nexuiz.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/diablo.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/fileserver.ufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/foobillard.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/tvheadend.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/soldier-of-fortune.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/gpsd.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/tribes2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/comanche4.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/bitwig.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/gamespy.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/steam.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ufo-alien-invasion.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/bzflag.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/teamviewer.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/nfs-kernel-server-32765.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/thinktanks.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/session-initiation-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/lbreakout2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/d2x-xl.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/sin.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/the-battle-for-wesnoth.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/directoryserver.ufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/delta-force-black-hawk-down.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/starcraft.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/chat.ufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/ftp.gufw_service -> /etc/gufw/app_profiles
copying data/app_profiles/imaze.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/tremulous.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/eduke32.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/vlc.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/london-law.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/trivial-file-transfer-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/descent3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/the-mana-world.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/dxx-rebirth.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/doom3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/heretic2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/doomsday.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/frozen-bubble.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/extensible-messaging-presence-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/hddtemp.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/teamspeak2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/mailserver.ufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/chocolatedoom.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/evil-islands-curse-of-the-lost-soul.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/mechwarrior4.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/domain-name-system.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/parsec.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/gamers-internet-tunnel.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/vuze_remote.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/nicotine.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/serious-sam.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ysflight2000.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/minecraft.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/telnet.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/usbip.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/savage2-a-tortured-soul.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/abuse.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/domination.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/vuze.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/xpilot.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/mysql.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/openttd.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/upsd.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/balazar-iii.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/redeclipse.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/gameranger.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/clonk.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/amanda.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/frostwire.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/steam.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/postal2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/usb-redirector.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/upnp_apps.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/optimized-link-state-routing.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/sid-meiers-alpha-centauri.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/postfix.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/quake.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/samba.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/file-transfer-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/dropbox.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/printserver.ufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/glest.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/h323.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/daimonin.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/vendettaonline.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/ktorrent.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/doom.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/dofus.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/teamspeak3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/freelords.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/nascar-racing-4-2002-2003-season.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/internet-printing-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/crossfire.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/delta-force-task-force-dagger.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/msn-gaming-zone.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/tremulous.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/openrpg.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/remote-desktop-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/armagetron-advanced.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/maniadrive.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/tether-game.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/webmin.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/deluge.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/delta-force.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/minidlna.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/serious-sam2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/transmission.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/point-to-point-tunneling-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/kodi_remote.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/steel-storm.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/proxyserver.ufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/nat-port-mapping-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/assaultcube.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/internet-relay-chat.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/vibe-streamer.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/knights-and-Merchants-the-shattered-kingdom.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/murmur.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/cs2d.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/quake4.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/simple-service-discovery-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/teeworlds.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/player-vs-player-gaming-network.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/amule.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/shogo-mobile-armour-division.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/rune.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/real-time-messaging-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/aleph-one.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/0verkill.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/firefly-media-server.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/rtcw-et.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/asterisk.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/f-22-lightning3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/myth2-soulblighter.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/spring.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/blood2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/nfs.gufw_service -> /etc/gufw/app_profiles
copying data/app_profiles/transmissiondaemon.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/dark-horizons-lore-invasion.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/castle-vox.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/toribash.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/world-of-padman.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/delta-force-land-warrior.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/mythtv.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ryzom.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/cups.gufw_service -> /etc/gufw/app_profiles
copying data/app_profiles/enemy-territory-quake-wars.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/hypertext-transfer-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ggz-gaming-zone.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/megamek.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/nfs-kernel-server-4194.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ssh.gufw_service -> /etc/gufw/app_profiles
copying data/app_profiles/kohan-is.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/quake2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/sid-meiers-civilization-iv.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/globulation2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/sacred.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/virtual-network-computing-server.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/skype.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/plex.gufw_service -> /etc/gufw/app_profiles
copying data/app_profiles/warsow.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/windows-messenger.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/scorched-3d.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/yang.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/nrpe.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/directx.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/hplip.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/f-22-raptor.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/joint-operations-typhoon-rising.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/majesty-the-fantasy-kingdom-sim.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/kingpin-life-of-crime.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/games-for-windows-live.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/dosbox.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/pulseaudio.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/nagios.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/full-metal-soccer.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/warcraft3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/dropbox.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/dynamic-host-configuration-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/freeciv.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/snowball-surprize.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/serious-engine-dedicated-server.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/drakan-order-of-the-flame.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/postal.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/tachyon-the-fringe.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/urban-terror.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/music-player-daemon.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/conquest.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/freespace2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/tor.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/netpanzer.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/bos-wars.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/pennmush.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/multicast-dns.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/nsclientplusplus.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/castle-combat.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ubuntu_one.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/thousand-parsec.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/lux.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/heavy-gear-ii.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/f-16-multirole-fighter.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/wormux.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/warcraft2bne.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/kde-connect.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/skype.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/syslog.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/sane.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/session-traversal-utilities-nat.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/hexen2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/delta-force2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/gnunet.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/blobby-volley2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/alienarena.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/openmeetings.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/pioneers.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/icecast.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/webcam-server.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ur-quan-masters.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/railroad-tycoon-2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/mig-29-fulcrum.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/legends.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ut2004.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/vnc.gufw_service -> /etc/gufw/app_profiles
copying data/app_profiles/hedgewars.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/monopd.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/camfrog.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/jellyfin.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/nfs-kernel-server-4000.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/prey.jhansonxi -> /etc/gufw/app_profiles
creating /usr/share/gufw
creating /usr/share/gufw/media
creating /usr/share/gufw/media/shields
copying data/media/shields/reject_allow_reject.png -> /usr/share/gufw/media/shields
copying data/media/shields/deny_allow_allow.png -> /usr/share/gufw/media/shields
creating /usr/share/gufw/ui
copying data/ui/add.ui -> /usr/share/gufw/ui
copying data/media/shields/allow_allow_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_reject_deny.png -> /usr/share/gufw/media/shields
creating /usr/share/gufw/media/tutorial
copying data/media/tutorial/index.html -> /usr/share/gufw/media/tutorial
copying data/media/shields/deny_allow_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_reject_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_allow_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_reject_reject.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_allow_allow.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_deny_allow.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_deny_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_reject_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/deny_reject_allow.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_deny_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_allow_reject.png -> /usr/share/gufw/media/shields
copying data/media/shields/disabled_disabled_enabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_reject_allow.png -> /usr/share/gufw/media/shields
copying data/media/shields/deny_reject_reject.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_allow_allow.png -> /usr/share/gufw/media/shields
copying data/media/shields/deny_allow_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_reject_allow.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_allow_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/deny_reject_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_deny_reject.png -> /usr/share/gufw/media/shields
creating /usr/share/gufw/media/tutorial/images
copying data/media/tutorial/images/background.jpg -> /usr/share/gufw/media/tutorial/images
copying data/media/shields/reject_reject_reject.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_deny_reject.png -> /usr/share/gufw/media/shields
creating /usr/share/gufw/media/tutorial/css
copying data/media/tutorial/css/index.css -> /usr/share/gufw/media/tutorial/css
copying data/media/shields/deny_deny_disabled.png -> /usr/share/gufw/media/shields
copying data/media/tutorial/images/1.png -> /usr/share/gufw/media/tutorial/images
copying data/ui/update.ui -> /usr/share/gufw/ui
copying data/media/shields/deny_reject_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/deny_deny_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/disabled_disabled_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/deny_allow_reject.png -> /usr/share/gufw/media/shields
copying data/ui/gufw.ui -> /usr/share/gufw/ui
copying data/media/shields/allow_deny_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_reject_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_deny_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_allow_disabled.png -> /usr/share/gufw/media/shields
copying data/media/tutorial/images/3.png -> /usr/share/gufw/media/tutorial/images
copying data/media/shields/deny_deny_reject.png -> /usr/share/gufw/media/shields
copying data/ui/preferences.ui -> /usr/share/gufw/ui
copying data/media/tutorial/images/2.png -> /usr/share/gufw/media/tutorial/images
copying data/media/shields/deny_deny_allow.png -> /usr/share/gufw/media/shields
copying data/ui/about.ui -> /usr/share/gufw/ui
copying data/media/shields/allow_deny_allow.png -> /usr/share/gufw/media/shields
creating /usr/share/doc/gufw
copying README -> /usr/share/doc/gufw
copying man/gufw.8 -> /usr/share/man/man8
copying build/mo/id/LC_MESSAGES/gufw.mo -> /usr/share/locale/id/LC_MESSAGES
copying build/mo/ca/LC_MESSAGES/gufw.mo -> /usr/share/locale/ca/LC_MESSAGES
copying build/mo/eu/LC_MESSAGES/gufw.mo -> /usr/share/locale/eu/LC_MESSAGES
copying build/mo/ar/LC_MESSAGES/gufw.mo -> /usr/share/locale/ar/LC_MESSAGES
copying build/mo/sv/LC_MESSAGES/gufw.mo -> /usr/share/locale/sv/LC_MESSAGES
copying build/mo/se/LC_MESSAGES/gufw.mo -> /usr/share/locale/se/LC_MESSAGES
copying build/mo/ta/LC_MESSAGES/gufw.mo -> /usr/share/locale/ta/LC_MESSAGES
copying build/mo/hi/LC_MESSAGES/gufw.mo -> /usr/share/locale/hi/LC_MESSAGES
copying build/mo/et/LC_MESSAGES/gufw.mo -> /usr/share/locale/et/LC_MESSAGES
copying build/mo/zh_CN/LC_MESSAGES/gufw.mo -> /usr/share/locale/zh_CN/LC_MESSAGES
copying build/mo/az/LC_MESSAGES/gufw.mo -> /usr/share/locale/az/LC_MESSAGES
copying build/mo/hu/LC_MESSAGES/gufw.mo -> /usr/share/locale/hu/LC_MESSAGES
copying build/mo/pt/LC_MESSAGES/gufw.mo -> /usr/share/locale/pt/LC_MESSAGES
copying build/mo/pl/LC_MESSAGES/gufw.mo -> /usr/share/locale/pl/LC_MESSAGES
copying build/mo/bg/LC_MESSAGES/gufw.mo -> /usr/share/locale/bg/LC_MESSAGES
copying build/mo/zh_TW/LC_MESSAGES/gufw.mo -> /usr/share/locale/zh_TW/LC_MESSAGES
copying build/mo/th/LC_MESSAGES/gufw.mo -> /usr/share/locale/th/LC_MESSAGES
copying build/mo/pt_BR/LC_MESSAGES/gufw.mo -> /usr/share/locale/pt_BR/LC_MESSAGES
copying build/mo/en_AU/LC_MESSAGES/gufw.mo -> /usr/share/locale/en_AU/LC_MESSAGES
copying build/mo/tr/LC_MESSAGES/gufw.mo -> /usr/share/locale/tr/LC_MESSAGES
copying build/mo/mk/LC_MESSAGES/gufw.mo -> /usr/share/locale/mk/LC_MESSAGES
copying build/mo/tg/LC_MESSAGES/gufw.mo -> /usr/share/locale/tg/LC_MESSAGES
copying build/mo/te/LC_MESSAGES/gufw.mo -> /usr/share/locale/te/LC_MESSAGES
copying build/mo/he/LC_MESSAGES/gufw.mo -> /usr/share/locale/he/LC_MESSAGES
copying build/mo/fi/LC_MESSAGES/gufw.mo -> /usr/share/locale/fi/LC_MESSAGES
copying build/mo/hrx/LC_MESSAGES/gufw.mo -> /usr/share/locale/hrx/LC_MESSAGES
copying build/mo/ms/LC_MESSAGES/gufw.mo -> /usr/share/locale/ms/LC_MESSAGES
copying build/mo/sk/LC_MESSAGES/gufw.mo -> /usr/share/locale/sk/LC_MESSAGES
copying build/mo/hy/LC_MESSAGES/gufw.mo -> /usr/share/locale/hy/LC_MESSAGES
copying build/mo/hr/LC_MESSAGES/gufw.mo -> /usr/share/locale/hr/LC_MESSAGES
copying build/mo/ja/LC_MESSAGES/gufw.mo -> /usr/share/locale/ja/LC_MESSAGES
copying build/mo/cy/LC_MESSAGES/gufw.mo -> /usr/share/locale/cy/LC_MESSAGES
copying build/mo/de/LC_MESSAGES/gufw.mo -> /usr/share/locale/de/LC_MESSAGES
copying build/mo/si/LC_MESSAGES/gufw.mo -> /usr/share/locale/si/LC_MESSAGES
copying build/mo/vi/LC_MESSAGES/gufw.mo -> /usr/share/locale/vi/LC_MESSAGES
copying build/mo/be/LC_MESSAGES/gufw.mo -> /usr/share/locale/be/LC_MESSAGES
copying build/mo/it/LC_MESSAGES/gufw.mo -> /usr/share/locale/it/LC_MESSAGES
copying build/mo/ka/LC_MESSAGES/gufw.mo -> /usr/share/locale/ka/LC_MESSAGES
copying build/mo/lv/LC_MESSAGES/gufw.mo -> /usr/share/locale/lv/LC_MESSAGES
copying build/mo/cs/LC_MESSAGES/gufw.mo -> /usr/share/locale/cs/LC_MESSAGES
copying build/mo/sl/LC_MESSAGES/gufw.mo -> /usr/share/locale/sl/LC_MESSAGES
copying build/mo/nb/LC_MESSAGES/gufw.mo -> /usr/share/locale/nb/LC_MESSAGES
copying build/mo/so/LC_MESSAGES/gufw.mo -> /usr/share/locale/so/LC_MESSAGES
copying build/mo/ko/LC_MESSAGES/gufw.mo -> /usr/share/locale/ko/LC_MESSAGES
copying build/mo/bn/LC_MESSAGES/gufw.mo -> /usr/share/locale/bn/LC_MESSAGES
copying build/mo/ru/LC_MESSAGES/gufw.mo -> /usr/share/locale/ru/LC_MESSAGES
copying build/mo/af/LC_MESSAGES/gufw.mo -> /usr/share/locale/af/LC_MESSAGES
copying build/mo/sq/LC_MESSAGES/gufw.mo -> /usr/share/locale/sq/LC_MESSAGES
copying build/mo/kk/LC_MESSAGES/gufw.mo -> /usr/share/locale/kk/LC_MESSAGES
copying build/mo/ug/LC_MESSAGES/gufw.mo -> /usr/share/locale/ug/LC_MESSAGES
copying build/mo/is/LC_MESSAGES/gufw.mo -> /usr/share/locale/is/LC_MESSAGES
copying build/mo/fr/LC_MESSAGES/gufw.mo -> /usr/share/locale/fr/LC_MESSAGES
copying build/mo/tl/LC_MESSAGES/gufw.mo -> /usr/share/locale/tl/LC_MESSAGES
copying build/mo/es/LC_MESSAGES/gufw.mo -> /usr/share/locale/es/LC_MESSAGES
copying build/mo/oc/LC_MESSAGES/gufw.mo -> /usr/share/locale/oc/LC_MESSAGES
copying build/mo/fo/LC_MESSAGES/gufw.mo -> /usr/share/locale/fo/LC_MESSAGES
copying build/mo/da/LC_MESSAGES/gufw.mo -> /usr/share/locale/da/LC_MESSAGES
copying build/mo/uk/LC_MESSAGES/gufw.mo -> /usr/share/locale/uk/LC_MESSAGES
copying build/mo/ast/LC_MESSAGES/gufw.mo -> /usr/share/locale/ast/LC_MESSAGES
copying build/mo/el/LC_MESSAGES/gufw.mo -> /usr/share/locale/el/LC_MESSAGES
copying build/mo/my/LC_MESSAGES/gufw.mo -> /usr/share/locale/my/LC_MESSAGES
copying build/mo/eo/LC_MESSAGES/gufw.mo -> /usr/share/locale/eo/LC_MESSAGES
copying build/mo/sr/LC_MESSAGES/gufw.mo -> /usr/share/locale/sr/LC_MESSAGES
copying build/mo/mus/LC_MESSAGES/gufw.mo -> /usr/share/locale/mus/LC_MESSAGES
copying build/mo/en_CA/LC_MESSAGES/gufw.mo -> /usr/share/locale/en_CA/LC_MESSAGES
copying build/mo/gl/LC_MESSAGES/gufw.mo -> /usr/share/locale/gl/LC_MESSAGES
copying build/mo/la/LC_MESSAGES/gufw.mo -> /usr/share/locale/la/LC_MESSAGES
copying build/mo/en_GB/LC_MESSAGES/gufw.mo -> /usr/share/locale/en_GB/LC_MESSAGES
copying build/mo/bs/LC_MESSAGES/gufw.mo -> /usr/share/locale/bs/LC_MESSAGES
copying build/mo/ro/LC_MESSAGES/gufw.mo -> /usr/share/locale/ro/LC_MESSAGES
copying build/mo/ku/LC_MESSAGES/gufw.mo -> /usr/share/locale/ku/LC_MESSAGES
copying build/mo/nl/LC_MESSAGES/gufw.mo -> /usr/share/locale/nl/LC_MESSAGES
copying build/mo/ur/LC_MESSAGES/gufw.mo -> /usr/share/locale/ur/LC_MESSAGES
copying build/mo/lt/LC_MESSAGES/gufw.mo -> /usr/share/locale/lt/LC_MESSAGES
copying build/mo/fa/LC_MESSAGES/gufw.mo -> /usr/share/locale/fa/LC_MESSAGES
copying build/share/applications/gufw.desktop -> /usr/share/applications
running install_egg_info
Writing /usr/lib/python3.10/site-packages/gufw-22.04.0-py3.10.egg-info
WARNING: the following files are not recognized by DistUtilsExtra.auto:
  INSTALL
</syntaxhighlight><syntaxhighlight lang="shell" line="1" class="code-continue">
sudo ln -s /usr/lib/python3.10/site-packages/gufw /usr/share/gufw/
</syntaxhighlight>


* ...
== References ==


== Section 1 ==
* Ubuntu on Launchpad: [https://launchpad.net/ubuntu/+source/gui-ufw gui-ufw package in Ubuntu]
...


<noinclude>
<noinclude>
Line 13: Line 587:
{{devStage  
{{devStage  
  | Прндл  = Linux Desktop
  | Прндл  = Linux Desktop
  | Стадий = 2
  | Стадий = 6
  | Фаза  = Разработване
  | Фаза  = Утвърждаване
  | Статус = Създаден
  | Статус = Утвърден
  | ИдтПт  = Spas
  | ИдтПт  = Spas
  | РзбПт  = {{REVISIONUSER}}
  | РзбПт = Spas
| АвтПт  = Spas
| УтвПт = {{REVISIONUSER}}
  | ИдтДт  = 20.09.2022
  | ИдтДт  = 20.09.2022
  | РзбДт  = {{Today}}
  | РзбДт = 20.09.2022
| АвтДт  = 20.09.2022
| УтвДт = {{Today}}
  | ИдтРв  = [[Special:Permalink/31636|31636]]
  | ИдтРв  = [[Special:Permalink/31636|31636]]
  | РзбРв  = {{REVISIONID}}
  | РзбРв = [[Special:Permalink/31645|31645]]
| АвтРв  = [[Special:Permalink/31646|31646]]
| УтвРв = {{REVISIONID}}
}}
}}
</div>
</div>
</noinclude>
</noinclude>

Latest revision as of 08:29, 26 September 2022

Un­for­tu­nate­ly the orig­i­nal GUFW ap­pli­ca­tion is not longer main­tained, So it dis­ap­pear from the repos­i­to­ries of the lat­est De­bian 11 and re­spec­tive­ly Kali Lin­ux 2022. The good news is that it is main­tained by some oth­er dis­tri­b­u­tions as Ubun­tu and we can use Ubun­tu 22.04's pack­age in Kali Lin­ux.

In­stall Ubun­tu Jammy's GUFW in Kali Lin­ux 2022

cd ~/Downloads
wget https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/gui-ufw/22.04.0-0ubuntu1/gui-ufw_22.04.0.orig.tar.gz
tar xvf gui-ufw_22.04.0.orig.tar.gz
cd gui-ufw-22.04.0
sudo apt install ufw gir1.2-webkit2-4.0 gir1.2-gtk-3.0 \
gnome-icon-theme-symbolic policykit-1 python3-gi python3-distutils-extra
sudo python3 setup.py install --prefix=/usr
/usr/lib/python3/dist-packages/DistUtilsExtra/auto.py:353: PyGIWarning: Gdk was imported without specifying a version first. Use gi.require_version('Gdk', '4.0') before import to ensure that the right version gets loaded.
  mod = __import__(module)
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/gufw
creating build/lib/gufw/gufw
copying gufw/gufw/__init__.py -> build/lib/gufw/gufw
copying gufw/gufw/instance.py -> build/lib/gufw/gufw
copying gufw/gufw/controller.py -> build/lib/gufw/gufw
creating build/lib/gufw/gufw/view
copying gufw/gufw/view/__init__.py -> build/lib/gufw/gufw/view
copying gufw/gufw/view/listening.py -> build/lib/gufw/gufw/view
copying gufw/gufw/view/add.py -> build/lib/gufw/gufw/view
copying gufw/gufw/view/about.py -> build/lib/gufw/gufw/view
copying gufw/gufw/view/preferences.py -> build/lib/gufw/gufw/view
copying gufw/gufw/view/gufw.py -> build/lib/gufw/gufw/view
copying gufw/gufw/view/update.py -> build/lib/gufw/gufw/view
copying gufw/__init__.py -> build/lib/gufw
copying gufw/gufw.py -> build/lib/gufw
creating build/lib/gufw/gufw/model
copying gufw/gufw/model/firewall.py -> build/lib/gufw/gufw/model
copying gufw/gufw/model/__init__.py -> build/lib/gufw/gufw/model
copying gufw/gufw/model/frontend.py -> build/lib/gufw/gufw/model
copying gufw/gufw/model/ufw_backend.py -> build/lib/gufw/gufw/model
running build_scripts
creating build/scripts-3.10
copying bin/gufw -> build/scripts-3.10
copying bin/gufw-pkexec -> build/scripts-3.10
running build_i18n
intltool-update -p -g gufw
msgfmt po/id.po -o build/mo/id/LC_MESSAGES/gufw.mo
msgfmt po/ca.po -o build/mo/ca/LC_MESSAGES/gufw.mo
msgfmt po/eu.po -o build/mo/eu/LC_MESSAGES/gufw.mo
msgfmt po/ar.po -o build/mo/ar/LC_MESSAGES/gufw.mo
msgfmt po/sv.po -o build/mo/sv/LC_MESSAGES/gufw.mo
msgfmt po/se.po -o build/mo/se/LC_MESSAGES/gufw.mo
msgfmt po/ta.po -o build/mo/ta/LC_MESSAGES/gufw.mo
msgfmt po/hi.po -o build/mo/hi/LC_MESSAGES/gufw.mo
msgfmt po/et.po -o build/mo/et/LC_MESSAGES/gufw.mo
msgfmt po/zh_CN.po -o build/mo/zh_CN/LC_MESSAGES/gufw.mo
msgfmt po/az.po -o build/mo/az/LC_MESSAGES/gufw.mo
msgfmt po/hu.po -o build/mo/hu/LC_MESSAGES/gufw.mo
msgfmt po/pt.po -o build/mo/pt/LC_MESSAGES/gufw.mo
msgfmt po/pl.po -o build/mo/pl/LC_MESSAGES/gufw.mo
msgfmt po/bg.po -o build/mo/bg/LC_MESSAGES/gufw.mo
msgfmt po/zh_TW.po -o build/mo/zh_TW/LC_MESSAGES/gufw.mo
msgfmt po/th.po -o build/mo/th/LC_MESSAGES/gufw.mo
msgfmt po/pt_BR.po -o build/mo/pt_BR/LC_MESSAGES/gufw.mo
msgfmt po/en_AU.po -o build/mo/en_AU/LC_MESSAGES/gufw.mo
msgfmt po/tr.po -o build/mo/tr/LC_MESSAGES/gufw.mo
msgfmt po/mk.po -o build/mo/mk/LC_MESSAGES/gufw.mo
msgfmt po/tg.po -o build/mo/tg/LC_MESSAGES/gufw.mo
msgfmt po/te.po -o build/mo/te/LC_MESSAGES/gufw.mo
msgfmt po/he.po -o build/mo/he/LC_MESSAGES/gufw.mo
msgfmt po/fi.po -o build/mo/fi/LC_MESSAGES/gufw.mo
msgfmt po/hrx.po -o build/mo/hrx/LC_MESSAGES/gufw.mo
msgfmt po/ms.po -o build/mo/ms/LC_MESSAGES/gufw.mo
msgfmt po/sk.po -o build/mo/sk/LC_MESSAGES/gufw.mo
msgfmt po/hy.po -o build/mo/hy/LC_MESSAGES/gufw.mo
msgfmt po/hr.po -o build/mo/hr/LC_MESSAGES/gufw.mo
msgfmt po/ja.po -o build/mo/ja/LC_MESSAGES/gufw.mo
msgfmt po/cy.po -o build/mo/cy/LC_MESSAGES/gufw.mo
msgfmt po/de.po -o build/mo/de/LC_MESSAGES/gufw.mo
msgfmt po/si.po -o build/mo/si/LC_MESSAGES/gufw.mo
msgfmt po/vi.po -o build/mo/vi/LC_MESSAGES/gufw.mo
msgfmt po/be.po -o build/mo/be/LC_MESSAGES/gufw.mo
msgfmt po/it.po -o build/mo/it/LC_MESSAGES/gufw.mo
msgfmt po/ka.po -o build/mo/ka/LC_MESSAGES/gufw.mo
msgfmt po/lv.po -o build/mo/lv/LC_MESSAGES/gufw.mo
msgfmt po/cs.po -o build/mo/cs/LC_MESSAGES/gufw.mo
msgfmt po/sl.po -o build/mo/sl/LC_MESSAGES/gufw.mo
msgfmt po/nb.po -o build/mo/nb/LC_MESSAGES/gufw.mo
msgfmt po/so.po -o build/mo/so/LC_MESSAGES/gufw.mo
msgfmt po/ko.po -o build/mo/ko/LC_MESSAGES/gufw.mo
msgfmt po/bn.po -o build/mo/bn/LC_MESSAGES/gufw.mo
msgfmt po/ru.po -o build/mo/ru/LC_MESSAGES/gufw.mo
msgfmt po/af.po -o build/mo/af/LC_MESSAGES/gufw.mo
msgfmt po/sq.po -o build/mo/sq/LC_MESSAGES/gufw.mo
msgfmt po/kk.po -o build/mo/kk/LC_MESSAGES/gufw.mo
msgfmt po/ug.po -o build/mo/ug/LC_MESSAGES/gufw.mo
msgfmt po/is.po -o build/mo/is/LC_MESSAGES/gufw.mo
msgfmt po/fr.po -o build/mo/fr/LC_MESSAGES/gufw.mo
msgfmt po/tl.po -o build/mo/tl/LC_MESSAGES/gufw.mo
msgfmt po/es.po -o build/mo/es/LC_MESSAGES/gufw.mo
msgfmt po/oc.po -o build/mo/oc/LC_MESSAGES/gufw.mo
msgfmt po/fo.po -o build/mo/fo/LC_MESSAGES/gufw.mo
msgfmt po/da.po -o build/mo/da/LC_MESSAGES/gufw.mo
msgfmt po/uk.po -o build/mo/uk/LC_MESSAGES/gufw.mo
msgfmt po/ast.po -o build/mo/ast/LC_MESSAGES/gufw.mo
msgfmt po/el.po -o build/mo/el/LC_MESSAGES/gufw.mo
msgfmt po/my.po -o build/mo/my/LC_MESSAGES/gufw.mo
msgfmt po/eo.po -o build/mo/eo/LC_MESSAGES/gufw.mo
msgfmt po/sr.po -o build/mo/sr/LC_MESSAGES/gufw.mo
msgfmt po/mus.po -o build/mo/mus/LC_MESSAGES/gufw.mo
msgfmt po/en_CA.po -o build/mo/en_CA/LC_MESSAGES/gufw.mo
msgfmt po/gl.po -o build/mo/gl/LC_MESSAGES/gufw.mo
msgfmt po/la.po -o build/mo/la/LC_MESSAGES/gufw.mo
msgfmt po/en_GB.po -o build/mo/en_GB/LC_MESSAGES/gufw.mo
msgfmt po/bs.po -o build/mo/bs/LC_MESSAGES/gufw.mo
msgfmt po/ro.po -o build/mo/ro/LC_MESSAGES/gufw.mo
msgfmt po/ku.po -o build/mo/ku/LC_MESSAGES/gufw.mo
msgfmt po/nl.po -o build/mo/nl/LC_MESSAGES/gufw.mo
msgfmt po/ur.po -o build/mo/ur/LC_MESSAGES/gufw.mo
msgfmt po/lt.po -o build/mo/lt/LC_MESSAGES/gufw.mo
msgfmt po/fa.po -o build/mo/fa/LC_MESSAGES/gufw.mo
intltool-merge -d po gufw.desktop.in build/share/applications/gufw.desktop
Merging translations into build/share/applications/gufw.desktop.
running build_icons
running build_help
running install_lib
creating /usr/lib/python3.10/site-packages/gufw
copying build/lib/gufw/__init__.py -> /usr/lib/python3.10/site-packages/gufw
creating /usr/lib/python3.10/site-packages/gufw/gufw
creating /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/view/__init__.py -> /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/view/listening.py -> /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/view/add.py -> /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/view/about.py -> /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/view/preferences.py -> /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/view/gufw.py -> /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/view/update.py -> /usr/lib/python3.10/site-packages/gufw/gufw/view
copying build/lib/gufw/gufw/__init__.py -> /usr/lib/python3.10/site-packages/gufw/gufw
copying build/lib/gufw/gufw/instance.py -> /usr/lib/python3.10/site-packages/gufw/gufw
copying build/lib/gufw/gufw/controller.py -> /usr/lib/python3.10/site-packages/gufw/gufw
creating /usr/lib/python3.10/site-packages/gufw/gufw/model
copying build/lib/gufw/gufw/model/firewall.py -> /usr/lib/python3.10/site-packages/gufw/gufw/model
copying build/lib/gufw/gufw/model/__init__.py -> /usr/lib/python3.10/site-packages/gufw/gufw/model
copying build/lib/gufw/gufw/model/frontend.py -> /usr/lib/python3.10/site-packages/gufw/gufw/model
copying build/lib/gufw/gufw/model/ufw_backend.py -> /usr/lib/python3.10/site-packages/gufw/gufw/model
copying build/lib/gufw/gufw.py -> /usr/lib/python3.10/site-packages/gufw
byte-compiling /usr/lib/python3.10/site-packages/gufw/__init__.py to __init__.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/view/__init__.py to __init__.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/view/listening.py to listening.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/view/add.py to add.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/view/about.py to about.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/view/preferences.py to preferences.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/view/gufw.py to gufw.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/view/update.py to update.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/__init__.py to __init__.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/instance.py to instance.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/controller.py to controller.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/model/firewall.py to firewall.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/model/__init__.py to __init__.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/model/frontend.py to frontend.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw/model/ufw_backend.py to ufw_backend.cpython-310.pyc
byte-compiling /usr/lib/python3.10/site-packages/gufw/gufw.py to gufw.cpython-310.pyc
running install_scripts
copying build/scripts-3.10/gufw-pkexec -> /usr/bin
copying build/scripts-3.10/gufw -> /usr/bin
changing mode of /usr/bin/gufw-pkexec to 755
changing mode of /usr/bin/gufw to 755
running install_data
copying policykit/actions/com.ubuntu.pkexec.gufw.policy -> /usr/share/polkit-1/actions/
creating /etc/gufw
creating /etc/gufw/app_profiles
copying data/app_profiles/homm3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/0ad.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/dopewars.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/widelands.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/freecol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/quake3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/mumble.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/defcon.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/diablo2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/wakfu.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/kali.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/neverwinter-nights.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/rsync.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/gnump3d.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/savage-the-battle-for-newerth.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/qbittorrent.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/world-of-warcraft.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/openarena.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/liquidwar.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/network-time-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/battlefield-1942.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/digital-audio-access-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/delta-force-xtreme.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/cube2-sauerbraten.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/chromecast.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/bittorrent.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/freeorion.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/rygel.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/armored-fist3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/warzone-2100.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/nexuiz.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/diablo.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/fileserver.ufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/foobillard.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/tvheadend.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/soldier-of-fortune.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/gpsd.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/tribes2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/comanche4.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/bitwig.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/gamespy.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/steam.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ufo-alien-invasion.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/bzflag.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/teamviewer.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/nfs-kernel-server-32765.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/thinktanks.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/session-initiation-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/lbreakout2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/d2x-xl.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/sin.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/the-battle-for-wesnoth.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/directoryserver.ufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/delta-force-black-hawk-down.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/starcraft.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/chat.ufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/ftp.gufw_service -> /etc/gufw/app_profiles
copying data/app_profiles/imaze.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/tremulous.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/eduke32.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/vlc.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/london-law.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/trivial-file-transfer-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/descent3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/the-mana-world.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/dxx-rebirth.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/doom3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/heretic2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/doomsday.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/frozen-bubble.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/extensible-messaging-presence-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/hddtemp.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/teamspeak2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/mailserver.ufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/chocolatedoom.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/evil-islands-curse-of-the-lost-soul.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/mechwarrior4.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/domain-name-system.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/parsec.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/gamers-internet-tunnel.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/vuze_remote.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/nicotine.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/serious-sam.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ysflight2000.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/minecraft.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/telnet.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/usbip.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/savage2-a-tortured-soul.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/abuse.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/domination.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/vuze.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/xpilot.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/mysql.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/openttd.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/upsd.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/balazar-iii.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/redeclipse.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/gameranger.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/clonk.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/amanda.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/frostwire.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/steam.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/postal2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/usb-redirector.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/upnp_apps.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/optimized-link-state-routing.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/sid-meiers-alpha-centauri.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/postfix.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/quake.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/samba.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/file-transfer-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/dropbox.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/printserver.ufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/glest.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/h323.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/daimonin.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/vendettaonline.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/ktorrent.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/doom.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/dofus.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/teamspeak3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/freelords.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/nascar-racing-4-2002-2003-season.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/internet-printing-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/crossfire.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/delta-force-task-force-dagger.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/msn-gaming-zone.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/tremulous.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/openrpg.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/remote-desktop-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/armagetron-advanced.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/maniadrive.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/tether-game.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/webmin.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/deluge.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/delta-force.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/minidlna.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/serious-sam2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/transmission.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/point-to-point-tunneling-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/kodi_remote.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/steel-storm.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/proxyserver.ufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/nat-port-mapping-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/assaultcube.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/internet-relay-chat.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/vibe-streamer.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/knights-and-Merchants-the-shattered-kingdom.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/murmur.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/cs2d.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/quake4.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/simple-service-discovery-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/teeworlds.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/player-vs-player-gaming-network.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/amule.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/shogo-mobile-armour-division.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/rune.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/real-time-messaging-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/aleph-one.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/0verkill.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/firefly-media-server.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/rtcw-et.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/asterisk.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/f-22-lightning3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/myth2-soulblighter.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/spring.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/blood2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/nfs.gufw_service -> /etc/gufw/app_profiles
copying data/app_profiles/transmissiondaemon.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/dark-horizons-lore-invasion.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/castle-vox.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/toribash.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/world-of-padman.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/delta-force-land-warrior.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/mythtv.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ryzom.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/cups.gufw_service -> /etc/gufw/app_profiles
copying data/app_profiles/enemy-territory-quake-wars.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/hypertext-transfer-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ggz-gaming-zone.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/megamek.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/nfs-kernel-server-4194.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ssh.gufw_service -> /etc/gufw/app_profiles
copying data/app_profiles/kohan-is.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/quake2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/sid-meiers-civilization-iv.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/globulation2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/sacred.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/virtual-network-computing-server.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/skype.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/plex.gufw_service -> /etc/gufw/app_profiles
copying data/app_profiles/warsow.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/windows-messenger.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/scorched-3d.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/yang.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/nrpe.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/directx.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/hplip.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/f-22-raptor.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/joint-operations-typhoon-rising.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/majesty-the-fantasy-kingdom-sim.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/kingpin-life-of-crime.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/games-for-windows-live.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/dosbox.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/pulseaudio.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/nagios.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/full-metal-soccer.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/warcraft3.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/dropbox.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/dynamic-host-configuration-protocol.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/freeciv.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/snowball-surprize.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/serious-engine-dedicated-server.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/drakan-order-of-the-flame.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/postal.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/tachyon-the-fringe.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/urban-terror.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/music-player-daemon.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/conquest.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/freespace2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/tor.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/netpanzer.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/bos-wars.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/pennmush.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/multicast-dns.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/nsclientplusplus.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/castle-combat.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ubuntu_one.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/thousand-parsec.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/lux.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/heavy-gear-ii.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/f-16-multirole-fighter.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/wormux.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/warcraft2bne.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/kde-connect.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/skype.gufw_app -> /etc/gufw/app_profiles
copying data/app_profiles/syslog.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/sane.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/session-traversal-utilities-nat.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/hexen2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/delta-force2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/gnunet.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/blobby-volley2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/alienarena.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/openmeetings.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/pioneers.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/icecast.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/webcam-server.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ur-quan-masters.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/railroad-tycoon-2.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/mig-29-fulcrum.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/legends.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/ut2004.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/vnc.gufw_service -> /etc/gufw/app_profiles
copying data/app_profiles/hedgewars.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/monopd.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/camfrog.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/jellyfin.gufw -> /etc/gufw/app_profiles
copying data/app_profiles/nfs-kernel-server-4000.jhansonxi -> /etc/gufw/app_profiles
copying data/app_profiles/prey.jhansonxi -> /etc/gufw/app_profiles
creating /usr/share/gufw
creating /usr/share/gufw/media
creating /usr/share/gufw/media/shields
copying data/media/shields/reject_allow_reject.png -> /usr/share/gufw/media/shields
copying data/media/shields/deny_allow_allow.png -> /usr/share/gufw/media/shields
creating /usr/share/gufw/ui
copying data/ui/add.ui -> /usr/share/gufw/ui
copying data/media/shields/allow_allow_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_reject_deny.png -> /usr/share/gufw/media/shields
creating /usr/share/gufw/media/tutorial
copying data/media/tutorial/index.html -> /usr/share/gufw/media/tutorial
copying data/media/shields/deny_allow_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_reject_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_allow_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_reject_reject.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_allow_allow.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_deny_allow.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_deny_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_reject_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/deny_reject_allow.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_deny_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_allow_reject.png -> /usr/share/gufw/media/shields
copying data/media/shields/disabled_disabled_enabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_reject_allow.png -> /usr/share/gufw/media/shields
copying data/media/shields/deny_reject_reject.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_allow_allow.png -> /usr/share/gufw/media/shields
copying data/media/shields/deny_allow_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_reject_allow.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_allow_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/deny_reject_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_deny_reject.png -> /usr/share/gufw/media/shields
creating /usr/share/gufw/media/tutorial/images
copying data/media/tutorial/images/background.jpg -> /usr/share/gufw/media/tutorial/images
copying data/media/shields/reject_reject_reject.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_deny_reject.png -> /usr/share/gufw/media/shields
creating /usr/share/gufw/media/tutorial/css
copying data/media/tutorial/css/index.css -> /usr/share/gufw/media/tutorial/css
copying data/media/shields/deny_deny_disabled.png -> /usr/share/gufw/media/shields
copying data/media/tutorial/images/1.png -> /usr/share/gufw/media/tutorial/images
copying data/ui/update.ui -> /usr/share/gufw/ui
copying data/media/shields/deny_reject_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/deny_deny_deny.png -> /usr/share/gufw/media/shields
copying data/media/shields/disabled_disabled_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/deny_allow_reject.png -> /usr/share/gufw/media/shields
copying data/ui/gufw.ui -> /usr/share/gufw/ui
copying data/media/shields/allow_deny_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/allow_reject_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_deny_disabled.png -> /usr/share/gufw/media/shields
copying data/media/shields/reject_allow_disabled.png -> /usr/share/gufw/media/shields
copying data/media/tutorial/images/3.png -> /usr/share/gufw/media/tutorial/images
copying data/media/shields/deny_deny_reject.png -> /usr/share/gufw/media/shields
copying data/ui/preferences.ui -> /usr/share/gufw/ui
copying data/media/tutorial/images/2.png -> /usr/share/gufw/media/tutorial/images
copying data/media/shields/deny_deny_allow.png -> /usr/share/gufw/media/shields
copying data/ui/about.ui -> /usr/share/gufw/ui
copying data/media/shields/allow_deny_allow.png -> /usr/share/gufw/media/shields
creating /usr/share/doc/gufw
copying README -> /usr/share/doc/gufw
copying man/gufw.8 -> /usr/share/man/man8
copying build/mo/id/LC_MESSAGES/gufw.mo -> /usr/share/locale/id/LC_MESSAGES
copying build/mo/ca/LC_MESSAGES/gufw.mo -> /usr/share/locale/ca/LC_MESSAGES
copying build/mo/eu/LC_MESSAGES/gufw.mo -> /usr/share/locale/eu/LC_MESSAGES
copying build/mo/ar/LC_MESSAGES/gufw.mo -> /usr/share/locale/ar/LC_MESSAGES
copying build/mo/sv/LC_MESSAGES/gufw.mo -> /usr/share/locale/sv/LC_MESSAGES
copying build/mo/se/LC_MESSAGES/gufw.mo -> /usr/share/locale/se/LC_MESSAGES
copying build/mo/ta/LC_MESSAGES/gufw.mo -> /usr/share/locale/ta/LC_MESSAGES
copying build/mo/hi/LC_MESSAGES/gufw.mo -> /usr/share/locale/hi/LC_MESSAGES
copying build/mo/et/LC_MESSAGES/gufw.mo -> /usr/share/locale/et/LC_MESSAGES
copying build/mo/zh_CN/LC_MESSAGES/gufw.mo -> /usr/share/locale/zh_CN/LC_MESSAGES
copying build/mo/az/LC_MESSAGES/gufw.mo -> /usr/share/locale/az/LC_MESSAGES
copying build/mo/hu/LC_MESSAGES/gufw.mo -> /usr/share/locale/hu/LC_MESSAGES
copying build/mo/pt/LC_MESSAGES/gufw.mo -> /usr/share/locale/pt/LC_MESSAGES
copying build/mo/pl/LC_MESSAGES/gufw.mo -> /usr/share/locale/pl/LC_MESSAGES
copying build/mo/bg/LC_MESSAGES/gufw.mo -> /usr/share/locale/bg/LC_MESSAGES
copying build/mo/zh_TW/LC_MESSAGES/gufw.mo -> /usr/share/locale/zh_TW/LC_MESSAGES
copying build/mo/th/LC_MESSAGES/gufw.mo -> /usr/share/locale/th/LC_MESSAGES
copying build/mo/pt_BR/LC_MESSAGES/gufw.mo -> /usr/share/locale/pt_BR/LC_MESSAGES
copying build/mo/en_AU/LC_MESSAGES/gufw.mo -> /usr/share/locale/en_AU/LC_MESSAGES
copying build/mo/tr/LC_MESSAGES/gufw.mo -> /usr/share/locale/tr/LC_MESSAGES
copying build/mo/mk/LC_MESSAGES/gufw.mo -> /usr/share/locale/mk/LC_MESSAGES
copying build/mo/tg/LC_MESSAGES/gufw.mo -> /usr/share/locale/tg/LC_MESSAGES
copying build/mo/te/LC_MESSAGES/gufw.mo -> /usr/share/locale/te/LC_MESSAGES
copying build/mo/he/LC_MESSAGES/gufw.mo -> /usr/share/locale/he/LC_MESSAGES
copying build/mo/fi/LC_MESSAGES/gufw.mo -> /usr/share/locale/fi/LC_MESSAGES
copying build/mo/hrx/LC_MESSAGES/gufw.mo -> /usr/share/locale/hrx/LC_MESSAGES
copying build/mo/ms/LC_MESSAGES/gufw.mo -> /usr/share/locale/ms/LC_MESSAGES
copying build/mo/sk/LC_MESSAGES/gufw.mo -> /usr/share/locale/sk/LC_MESSAGES
copying build/mo/hy/LC_MESSAGES/gufw.mo -> /usr/share/locale/hy/LC_MESSAGES
copying build/mo/hr/LC_MESSAGES/gufw.mo -> /usr/share/locale/hr/LC_MESSAGES
copying build/mo/ja/LC_MESSAGES/gufw.mo -> /usr/share/locale/ja/LC_MESSAGES
copying build/mo/cy/LC_MESSAGES/gufw.mo -> /usr/share/locale/cy/LC_MESSAGES
copying build/mo/de/LC_MESSAGES/gufw.mo -> /usr/share/locale/de/LC_MESSAGES
copying build/mo/si/LC_MESSAGES/gufw.mo -> /usr/share/locale/si/LC_MESSAGES
copying build/mo/vi/LC_MESSAGES/gufw.mo -> /usr/share/locale/vi/LC_MESSAGES
copying build/mo/be/LC_MESSAGES/gufw.mo -> /usr/share/locale/be/LC_MESSAGES
copying build/mo/it/LC_MESSAGES/gufw.mo -> /usr/share/locale/it/LC_MESSAGES
copying build/mo/ka/LC_MESSAGES/gufw.mo -> /usr/share/locale/ka/LC_MESSAGES
copying build/mo/lv/LC_MESSAGES/gufw.mo -> /usr/share/locale/lv/LC_MESSAGES
copying build/mo/cs/LC_MESSAGES/gufw.mo -> /usr/share/locale/cs/LC_MESSAGES
copying build/mo/sl/LC_MESSAGES/gufw.mo -> /usr/share/locale/sl/LC_MESSAGES
copying build/mo/nb/LC_MESSAGES/gufw.mo -> /usr/share/locale/nb/LC_MESSAGES
copying build/mo/so/LC_MESSAGES/gufw.mo -> /usr/share/locale/so/LC_MESSAGES
copying build/mo/ko/LC_MESSAGES/gufw.mo -> /usr/share/locale/ko/LC_MESSAGES
copying build/mo/bn/LC_MESSAGES/gufw.mo -> /usr/share/locale/bn/LC_MESSAGES
copying build/mo/ru/LC_MESSAGES/gufw.mo -> /usr/share/locale/ru/LC_MESSAGES
copying build/mo/af/LC_MESSAGES/gufw.mo -> /usr/share/locale/af/LC_MESSAGES
copying build/mo/sq/LC_MESSAGES/gufw.mo -> /usr/share/locale/sq/LC_MESSAGES
copying build/mo/kk/LC_MESSAGES/gufw.mo -> /usr/share/locale/kk/LC_MESSAGES
copying build/mo/ug/LC_MESSAGES/gufw.mo -> /usr/share/locale/ug/LC_MESSAGES
copying build/mo/is/LC_MESSAGES/gufw.mo -> /usr/share/locale/is/LC_MESSAGES
copying build/mo/fr/LC_MESSAGES/gufw.mo -> /usr/share/locale/fr/LC_MESSAGES
copying build/mo/tl/LC_MESSAGES/gufw.mo -> /usr/share/locale/tl/LC_MESSAGES
copying build/mo/es/LC_MESSAGES/gufw.mo -> /usr/share/locale/es/LC_MESSAGES
copying build/mo/oc/LC_MESSAGES/gufw.mo -> /usr/share/locale/oc/LC_MESSAGES
copying build/mo/fo/LC_MESSAGES/gufw.mo -> /usr/share/locale/fo/LC_MESSAGES
copying build/mo/da/LC_MESSAGES/gufw.mo -> /usr/share/locale/da/LC_MESSAGES
copying build/mo/uk/LC_MESSAGES/gufw.mo -> /usr/share/locale/uk/LC_MESSAGES
copying build/mo/ast/LC_MESSAGES/gufw.mo -> /usr/share/locale/ast/LC_MESSAGES
copying build/mo/el/LC_MESSAGES/gufw.mo -> /usr/share/locale/el/LC_MESSAGES
copying build/mo/my/LC_MESSAGES/gufw.mo -> /usr/share/locale/my/LC_MESSAGES
copying build/mo/eo/LC_MESSAGES/gufw.mo -> /usr/share/locale/eo/LC_MESSAGES
copying build/mo/sr/LC_MESSAGES/gufw.mo -> /usr/share/locale/sr/LC_MESSAGES
copying build/mo/mus/LC_MESSAGES/gufw.mo -> /usr/share/locale/mus/LC_MESSAGES
copying build/mo/en_CA/LC_MESSAGES/gufw.mo -> /usr/share/locale/en_CA/LC_MESSAGES
copying build/mo/gl/LC_MESSAGES/gufw.mo -> /usr/share/locale/gl/LC_MESSAGES
copying build/mo/la/LC_MESSAGES/gufw.mo -> /usr/share/locale/la/LC_MESSAGES
copying build/mo/en_GB/LC_MESSAGES/gufw.mo -> /usr/share/locale/en_GB/LC_MESSAGES
copying build/mo/bs/LC_MESSAGES/gufw.mo -> /usr/share/locale/bs/LC_MESSAGES
copying build/mo/ro/LC_MESSAGES/gufw.mo -> /usr/share/locale/ro/LC_MESSAGES
copying build/mo/ku/LC_MESSAGES/gufw.mo -> /usr/share/locale/ku/LC_MESSAGES
copying build/mo/nl/LC_MESSAGES/gufw.mo -> /usr/share/locale/nl/LC_MESSAGES
copying build/mo/ur/LC_MESSAGES/gufw.mo -> /usr/share/locale/ur/LC_MESSAGES
copying build/mo/lt/LC_MESSAGES/gufw.mo -> /usr/share/locale/lt/LC_MESSAGES
copying build/mo/fa/LC_MESSAGES/gufw.mo -> /usr/share/locale/fa/LC_MESSAGES
copying build/share/applications/gufw.desktop -> /usr/share/applications
running install_egg_info
Writing /usr/lib/python3.10/site-packages/gufw-22.04.0-py3.10.egg-info
WARNING: the following files are not recognized by DistUtilsExtra.auto:
  INSTALL
sudo ln -s /usr/lib/python3.10/site-packages/gufw /usr/share/gufw/

Ref­er­ences