Installing FortiClient from repo.fortinet.com
You can install FortiClient from the repository at repo.fortinet.com.
Installing on Red Hat or CentOS
- Add the repository by using the following command:
sudo yum-config-manager --add-repo http://repo.fortinet.com/repo/centos/7/os/x86_64/fortinet.repo
- Install FortiClient by using the following command:
sudo yum install forticlient
Installing on Ubuntu
- Install the gpg key by using the following command:
wget -O - http://repo.fortinet.com/repo/ubuntu/DEB-GPG-KEY | sudo apt-key add -
- Add the following line in
/etc/apt/sources.list
:deb [arch=amd64] http://repo.fortinet.com/repo/ubuntu/ xenial multiverse
- Update package lists by using the following command:
sudo apt-get update
- Install FortiClient by using the following command:
sudo apt install forticlient