vpn, centos,

How to Install openfortivpn on CentOS 8

Aug 19, 2022 · 1 min read · Post a comment

Today’s goal is to install openfortivpn on CentOS 8. It can be achieved using dnf or yum, either way it should work fine. Let’s move on to the installation part.

Prerequisites

  • CentOS 8
  • sudo privileges

Install openfortivpn on CentOS 8

Step 1. Refresh the dnf/yum database.

sudo dnf makecache --refresh

If you are using yum:

sudo yum makecache --refresh

Step 2. Install openfortivpn.

sudo dnf install openfortivpn

If you are using yum:

sudo yum install openfortivpn

Step 3. Verify the installation.

openfortivpn --help

Conclusion

Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.