Description | This article describes how to install FortiClient in Ubuntu Noble 24.04. |
Scope | FortiClient v.7.4.0 |
Solution |
FortiClient is an all-in-one comprehensive endpoint security solution that extends the power of Fortinet’s Advanced Threat Protection to end-user devices.
Linux OS comes in multiple flavors, each using different package managers to manage installed applications. This means that the software that is installed on each flavor needs its dependencies to work properly. The package Manager is responsible for those dependencies.
For Ubuntu 24.04, those dependencies are not automatically installed but need some manual work from the end-user to have a FortiClient up and running.
On the first installation attempt, an error message can appear:
$ sudo dpkg -i forticlient_vpn_7.4.0.1636_amd64.deb Selecting previously unselected package forticlient. dpkg: error processing package forticlient (--install):
However, when trying to install dependencies manually, another error is encountered:
$ sudo apt install libappindicator1 Reading package lists... Done E: Package 'libappindicator1' has no installation candidate
To fix this issue, dependencies need to be manually downloaded and installed before FortiClient installation.
Step1: Check Ubuntu version:
$ lsb_release -a
Step2. Install updates and upgrades:
$ sudo apt update && sudo apt upgrade -y
Step3: Download dependencies:
Required packages can be downloaded manually via HTTP or using wget from CLI:
$ cd Downloads/ $ wget -O libappindicator1.deb http://ftp.de.debian.org/debiarmn/pool/main/liba/libappindicator/libappindicator1_0.4.92-7_amd64.deb $ wget -O libdbusmenu.deb http://ftp.de.debian.org/debian/pool/main/libd/libdbusmenu/libdbusmenu-gtk4_18.10.20180917~bzr492+re...
Step4: Install packages:
$ sudo apt install -y ./libappindicator1.deb ./libdbusmenu.deb
Step5: Clean the 'Downloads' folder from downloaded packages to preserve space:
$ rm ./lib*
Step6: Download FortiClient:
$ wget https://filestore.fortinet.com/forticlient/forticlient_vpn_7.4.0.1636_amd64.deb
Step7: Install FortiClient:
$ sudo apt install -y ./forticlient_vpn_7.4.0.1636_amd64.deb
After the final step, FortiClient should be visible under the apps section and a connection can be established once a tunnel is created:
|
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.