ufw

Uncomplicated Firewall. Frontend for iptables aiming to make configuration of a firewall easier. More information: <https://wiki.ubuntu.com/UncomplicatedFirewall>.

Debian Debian
RUN apt-get update && \ apt-get install -y ufw
Ubuntu
RUN apt-get update && \ apt-get install -y ufw
Arch Arch Linux
RUN pacman -S --noconfirm ufw
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ufw
Fedora
RUN dnf install -y ufw
Raspbian
RUN apt-get update && \ apt-get install -y ufw
click the source code to copy install ufw on any operating system with command-not-found.com