shorewall6-lite command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
shorewall6-lite: command not found
or when using sudo you get the following error message
sudo: shorewall6-lite: command not found
Solutions to shorewall6-lite: command not found
How To Fix shorewall6-lite: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu shorewall6-lite is provided by shorewall6-lite package.
shorewall6-lite is:
Shorewall6 allows you to describe your firewall/gateway requirements using entries in a set of configuration files. It reads those configuration files and, with the help of the iptables utility, configures Netfilter to match your requirements.
Shorewall6 supports a wide range of router/firewall/gateway applications, traffic shaping and almost every type of VPN.
The shorewall6-lite package is designed to allow you to maintain all Shorewall configuration information on a single system within your network.
This package contains IPv6 support.
To fix this problem, we can install more using the command below.
sudo apt-get -y install shorewall6-lite
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install shorewall6-lite.
sudo apt -y install shorewall6-lite
Or if you have aptitude installed you can use the following command.
sudo aptitude install shorewall6-lite
Summary
In this tutorial we learn how to fix shorewall6-lite command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.