Hi, I know this is old, but I can't replicate your solution on a Fedora 33, even trying to install old packages. I've found the pulse package here ftp://ftp.tifr.res.in/pulse_secure/ and https://rwts.com.au/pulse/ And some instructions here: https://www.tifr.res.in/~cccf/data/docs/FAQ/New_Pulse_Secure_Linux_Fedora.pdf Running # bash PulseClient_x86_64.sh install_dependency_packages goes in error because of those deprecated libraries. From the command line, if I install the latest version it just hangs, while with your version it goes on segmentation fault. NB: I should be able to insert an RSA code appeded to my PIN, and a realm value. Thanks! $ bash /usr/local/pulse/PulseClient_x86_64.sh -v
Checking for missing dependency packages for command line client ...
executing command : /usr/local/pulse/pulsesvc -v
Pulse Secure client for Linux.
Version : 9.1
Release Version : 9.1-8-Build165
Build Date/time : Jun 24 2020 18:06:31
Copyright 2020 Pulse Secure
$ sudo bash /usr/local/pulse/PulseClient_x86_64.sh install_dependency_packages
Checking for missing dependency packages ...
webkitgtk- is missing in the machine
xulrunner is missing in the machine
mozjs17 is missing in the machine
sudo password
Last metadata expiration check: 0:00:44 ago on Mon 29 Mar 2021 08:39:36 AM CEST.
No match for argument: webkitgtk.x86_64
Error: Unable to find a match: webkitgtk.x86_64
Failed to install dependencies.Please execute following command manually.
dnf install webkitgtk.x86_64
sudo password
Last metadata expiration check: 0:00:45 ago on Mon 29 Mar 2021 08:39:36 AM CEST.
No match for argument: xulrunner.x86_64
Error: Unable to find a match: xulrunner.x86_64
Failed to install dependencies.Please execute following command manually.
dnf install xulrunner.x86_64
sudo password
Last metadata expiration check: 0:00:47 ago on Mon 29 Mar 2021 08:39:36 AM CEST.
No match for argument: mozjs17
Error: Unable to find a match: mozjs17
Failed to install dependencies.Please execute following command manually.
dnf install mozjs17
... View more