Created
April 22, 2017 13:05
-
-
Save tafarij/e92755c7b5d853241c3f0790e2786c65 to your computer and use it in GitHub Desktop.
Install Pulse Secure on Ubuntu 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://vt4help.service-now.com/kb_view_customer.do?sysparm_article=KB0010740#linux | |
wget https://secure.nis.vt.edu/resources/downloads/pulse-8.2R5.i386.deb | |
sudo dpkg –i pulse-8.2R5.i386.deb | |
/usr/local/pulse/PulseClient.sh install_dependency_packages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To install on Ubuntu xfce 16 x64 it was also required to
The
/usr/local/pulse/PulseClient.sh install_dependency_packages
did nothing for me.Finally run UI with
sudo env LD_LIBRARY_PATH=/usr/local/pulse /usr/local/pulse/pulseUi
Hooray!