Installing Pulse Secure Client for Linux
The Pulse Secure client for Linux supports CLI-based installation.
The nss3-tools and net-tools are dependency packages required to successfully install the Pulse Client. Use the following commands to install these dependency tools manually.
Fedora: yum install <dependency tool name>
Ubuntu and Debian: apt-get install < dependency tool name >
The Installation Command:
-
Debian – based installation
dpkg -i <package name>
-
RPM – based installation
rpm -ivh <package name>
The Uninstallation Command:
-
Debian – based installation
dpkg -r <package name>
-
RPM – based installation
rpm -e <package name>
The upgrade from old Pulse client to new Pulse client is not supported.