Information
A Firewall package should be selected. Most firewall configuration utilities operate as a front end to nftables or iptables.
Rationale:
A Firewall package is required for firewall management and configuration.
Solution
Run one of the following commands to install the Firewall package that follows local site policy:
To install UFW, run the following command:
# apt install ufw
To install nftables, run the following command:
# apt install nftables
To install iptables, run the following command:
# apt install iptables