Installing FortiClient (Linux) from repo.fortinet.com
To install on Red Hat or CentOS 8:
- Add the repository:
sudo dnf config-manager --add-repo https://repo.fortinet.com/repo/7.0/centos/8/os/x86_64/fortinet.repo
- Install FortiClient:
sudo dnf install forticlient
To install on Red Hat or CentOS 7:
- Add the repository:
sudo yum-config-manager --add-repo https://repo.fortinet.com/repo/7.0/centos/8/os/x86_64/fortinet.repo
- Install FortiClient:
sudo yum install forticlient
To install on Fedora 32:
- Add the repository:
sudo dnf config-manager --add-repo https://repo.fortinet.com/repo/7.0/centos/8/os/x86_64/fortinet.repo
- Install FortiClient:
sudo dnf install forticlient
To install on Ubuntu or Debian:
- Install the gpg key:
wget -O - https://repo.fortinet.com/repo/7.0/ubuntu/DEB-GPG-KEY | sudo apt-key add -
- Add the following line in
/etc/apt/sources.list
:- If using Ubuntu 16.04 LTS:
deb [arch=amd64] https://repo.fortinet.com/repo/7.0/ubuntu/ xenial multiverse
- If using Ubuntu 18.04 LTS or 20.04:
deb [arch=amd64] https://repo.fortinet.com/repo/7.0/ubuntu/ /bionic multiverse
- If using Ubuntu 16.04 LTS:
-
Update package lists:
sudo apt-get update
- Install FortiClient:
sudo apt install forticlient