vpn, aws, amazon linux 2,

Install openfortivpn on Amazon Linux 2

Apr 14, 2022 · 1 min read · Post a comment

openfortivpn is a really cool open-source VPN client tool. Let’s see how to install it on Amazon Linux 2 instance.

Prerequisites

  • Amazon Linux 2
  • sudo privileges

Solution

Step 1. Update the Amazon Linux 2 packages repo.

sudo yum update -y

Step 2. Install openfortivpn.

sudo yum install openfortivpn

Step 3. Verify installation.

openfortivpn --version

Output:

1.14.1

Conclusion

Official repo: adrienverge/openfortivpn. Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.