openfortivpn command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
openfortivpn: command not found
or when using sudo you get the following error message
sudo: openfortivpn: command not found
Solutions to openfortivpn: command not found
How To Fix openfortivpn: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu openfortivpn is provided by openfortivpn package.
openfortivpn is:
openfortivpn is a client for PPP+SSL VPN tunnel services. It spawns a pppd process and operates the communication between the gateway and this process.
It is compatible with Fortinet VPNs.
To fix this problem, we can install more using the command below.
sudo apt-get -y install openfortivpn
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install openfortivpn.
sudo apt -y install openfortivpn
Or if you have aptitude installed you can use the following command.
sudo aptitude install openfortivpn
Summary
In this tutorial we learn how to fix openfortivpn command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.