2

I've just installed Ubuntu 22.04 and I'm struggling to install Pulse Secure.

For installation, I use this answer

But got the error:

./pulseUi: error while loading shared libraries: libenchant.so.1: cannot open shared object file: No such file or directory

As I understand I need libenchant1c2a, but I can't install it. What I did:

user@server:~$ wget http://archive.ubuntu.com/ubuntu/pool/universe/e/enchant/libenchant1c2a_1.6.0-11.4_amd64.deb

Error:

--2022-05-23 17:12:49--  http://archive.ubuntu.com/ubuntu/pool/universe/e/enchant/libenchant1c2a_1.6.0-11.4_amd64.deb
Resolving archive.ubuntu.com (archive.ubuntu.com)... 185.125.190.39, 91.189.91.38, 185.125.190.36, ...
Connecting to archive.ubuntu.com (archive.ubuntu.com)|185.125.190.39|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-05-23 17:12:49 ERROR 404: Not Found.

Could you help me?

3 Answers3

3

You can still use Pulse Secure in 22.04 but you'll need manually install some 20.04 packages, try this:

wget http://uz.archive.ubuntu.com/ubuntu/ubuntu/pool/universe/e/enchant/libenchant1c2a_1.6.0-11.4_amd64.deb

I also had to downgrade package libgstreamer-plugins-base1.0 to a previous release:

wget http://archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-base1.0/libgstreamer-plugins-base1.0-0_1.18.5-1_amd64.deb
dpkg -i libgstreamer-plugins-base1.0-0_1.18.5-1_amd64.deb
apt-mark hold libgstreamer-plugins-base1.0-0:amd64

Finally, i also had to run the command as root, as running it as a regular user stopped working for me in 22.04.

Hope that helped

1

As mentioned by @Pilot6 in the comments above libenchant has been replaced with libenchant2 found here. Try installing it with the command: sudo apt-get install -y libenchant-2-dev

angwalt
  • 11
0

I’am able to install pulse secure on Ubuntu 22.04 without problem or required dependencies. -pulse secure version 9.1 r13.0

I’ve uploaded at this link to share https://file.io/wP7fShV1o4CZ

Filename: ps-pulse-linux-9.1r13.0-b11723-64bit-installer.deb