Instruction for installing FortiClient Linux from repo.fortinet.com
Centos 7 and Redhat 7
- Add repo
sudo yum-config-manager --add-repo https://repo.fortinet.com/repo/centos/7/os/x86_64/fortinet.repo - Install FortiClient
sudo yum install forticlient
Fedora 27
- Add repo
sudo dnf config-manager --add-repo https://repo.fortinet.com/repo/centos/7/os/x86_64/fortinet.repo - Install FortiClient
sudo yum install forticlient
Ubuntu 16.04 LTS
- Install gpg key
wget -O - https://repo.fortinet.com/repo/ubuntu/DEB-GPG-KEY | sudo apt-key add - - Add the following line in /etc/apt/sources.list
deb [arch=amd64] https://repo.fortinet.com/repo/ubuntu/ xenial multiverse - Update package lists
sudo apt-get update - Install FortiClient
sudo apt install forticlient
Ubuntu 18.04 LTS
- Install gpg key
wget -O - https://repo.fortinet.com/repo/ubuntu/DEB-GPG-KEY | sudo apt-key add - - Add the following line in /etc/apt/sources.list
deb [arch=amd64] https://repo.fortinet.com/repo/ubuntu/ /bionic multiverse - Update package lists
sudo apt-get update - Install FortiClient
sudo apt install forticlient