Installing FortiClient (Linux) using a downloaded installation file
To install on Red Hat or CentOS 8:
- Obtain a FortiClient Linux installation rpm file.
- In a terminal window, run the following command:
$ sudo dnf install <FortiClient installation rpm file> -y
<FortiClient installation rpm file>
is the full path to the downloaded rpm file.
If running Red Hat 7 or CentOS 7, replace dnf
with yum
in the command in step 2.
To install on Ubuntu:
- Obtain a FortiClient Linux installation deb file.
- Install FortiClient using the following command:
$ sudo apt-get install <FortiClient installation deb file>
<FortiClient installation deb file>
is the full path to the downloaded deb file.