<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Manuel</title>
    <description>The latest articles on DEV Community by Manuel (@mannyt0).</description>
    <link>https://dev.to/mannyt0</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4206%2F35d6d4b9-f8c7-45f8-b8bf-421e94316ce0.png</url>
      <title>DEV Community: Manuel</title>
      <link>https://dev.to/mannyt0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mannyt0"/>
    <language>en</language>
    <item>
      <title>How to install/configure Pulse Secure client in debian/Ubuntu</title>
      <dc:creator>Manuel</dc:creator>
      <pubDate>Tue, 27 Feb 2024 15:07:20 +0000</pubDate>
      <link>https://dev.to/mannyt0/how-to-installconfigure-pulse-secure-client-in-debianubuntu-2cnk</link>
      <guid>https://dev.to/mannyt0/how-to-installconfigure-pulse-secure-client-in-debianubuntu-2cnk</guid>
      <description>&lt;p&gt;1.- Download Pulse Secure latest client:&lt;/p&gt;

&lt;p&gt;ps-pulse-linux-9.0r4.0-b943-ubuntu-debian-64-bit-installer.deb&lt;/p&gt;

&lt;p&gt;2.- As root, run:&lt;/p&gt;

&lt;p&gt;dpkg -i ps-pulse-linux-9.0r4.0-b943-ubuntu-debian-64-bit-installer.deb&lt;br&gt;
cd /usr/local/pulse/&lt;/p&gt;

&lt;p&gt;2.1.- When running bullseye (debian 10) edit the file /etc/debian_version and add a 9 at the end of the line:&lt;/p&gt;

&lt;p&gt;bullseye/sid 9&lt;/p&gt;

&lt;p&gt;3.- Still as root, run:&lt;/p&gt;

&lt;p&gt;./PulseClient_x86_64.sh install_dependency_packages&lt;/p&gt;

&lt;p&gt;(It will fail to install some dependecies in debian 10 that will be installed manually later)&lt;/p&gt;

&lt;p&gt;4.- Add new directories:&lt;/p&gt;

&lt;p&gt;mkdir /usr/local/pulse/extra&lt;br&gt;
mkdir /usr/local/pulse/debs   &lt;/p&gt;

&lt;p&gt;5.- Download additional files:&lt;/p&gt;

&lt;p&gt;cd /usr/local/pulse/debs&lt;/p&gt;

&lt;p&gt;wget -c &lt;a href="http://deb.debian.org/debian/pool/main/i/icu/libicu57_57.1-6+deb9u2_amd64.deb"&gt;http://deb.debian.org/debian/pool/main/i/icu/libicu57_57.1-6+deb9u2_amd64.deb&lt;/a&gt;&lt;br&gt;
wget -c &lt;a href="http://deb.debian.org/debian/pool/main/w/webkitgtk/libjavascriptcoregtk-1.0-0_2.4.11-3_amd64.deb"&gt;http://deb.debian.org/debian/pool/main/w/webkitgtk/libjavascriptcoregtk-1.0-0_2.4.11-3_amd64.deb&lt;/a&gt;&lt;br&gt;
wget -c &lt;a href="http://deb.debian.org/debian/pool/main/w/webkitgtk/libwebkitgtk-1.0-0_2.4.11-3_amd64.deb"&gt;http://deb.debian.org/debian/pool/main/w/webkitgtk/libwebkitgtk-1.0-0_2.4.11-3_amd64.deb&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;6.- Extract *.deb files in the directory /usr/local/pulse/extra/&lt;/p&gt;

&lt;p&gt;cd /usr/local/pulse/extra&lt;/p&gt;

&lt;p&gt;dpkg -x ../debs/libicu57_57.1-6+deb9u2_amd64.deb .&lt;br&gt;
dpkg -x ../debs/libjavascriptcoregtk-1.0-0_2.4.11-3_amd64.deb .&lt;br&gt;
dpkg -x ../debs/libwebkitgtk-1.0-0_2.4.11-3_amd64.deb .&lt;/p&gt;

&lt;p&gt;7.- As a normal user, in a terminal run:&lt;/p&gt;

&lt;p&gt;export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pulse/extra/usr/lib/x86_64-linux-gnu/&lt;/p&gt;

&lt;p&gt;7.1.- To make this change permanent add previous line to .bashrc config &lt;br&gt;
 file&lt;/p&gt;

&lt;p&gt;8.- Still as a normal user, in a terminal run:&lt;/p&gt;

&lt;p&gt;/usr/local/pulse/pulseUi&lt;/p&gt;

&lt;p&gt;9.- In Gnome/Cinnamon edit Pulse Secure menu entry, and correct it to:&lt;/p&gt;

&lt;p&gt;/usr/bin/env LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pulse/extra/usr/lib/x86_64-linux-gnu /usr/local/pulse/pulseUi&lt;/p&gt;

&lt;p&gt;10.- Go to &lt;a href="https://your_vpn_server.domain.com"&gt;https://your_vpn_server.domain.com&lt;/a&gt;, export the site certificates and copy it in:&lt;/p&gt;

&lt;p&gt;/usr/local/share/ca-certificates/&lt;/p&gt;

&lt;p&gt;11.- Run:&lt;/p&gt;

&lt;p&gt;sudo update-ca-certificates --fresh&lt;/p&gt;

&lt;p&gt;And that would be it. I hope this helps my fellow DEVs and remote sysadmins. &lt;/p&gt;

&lt;p&gt;Sources:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://askubuntu.com/questions/1135065/ubuntu-19-04-libwebkitgtk-1-0-so-0-missing"&gt;https://askubuntu.com/questions/1135065/ubuntu-19-04-libwebkitgtk-1-0-so-0-missing&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kb.pulsesecure.net/articles/Pulse_Secure_Article/KB43927"&gt;https://kb.pulsesecure.net/articles/Pulse_Secure_Article/KB43927&lt;/a&gt;&lt;/p&gt;

</description>
      <category>vpn</category>
      <category>debian</category>
      <category>pulse</category>
    </item>
  </channel>
</rss>
