Reset Search
 

 

Article

KB44971 - How to completely uninstall/remove Pulse Secure Client on Linux

« Go Back

Information

 
Last Modified Date2/21/2022 3:51 AM
Synopsis
This article outlines how to completely remove Linux Unified Client from a Linux in order to perform a clean install. 
Problem or Goal
If Linux Unified Client fails to upgrade, it may be necessary to uninstall the existing Linux Unified Client version and remove all directories associated with Linux Unified Client in order to perform a clean install.
Cause
Solution
For Debian (.deb) :- 
 
    dpkg with -r option removes the installed package.
sudo dpkg -r <pkgname>
     User-added image
     
Now list the package and check the status.
dpkg -l | grep '<pkgname>'
      User-added image
      Here“rc” stands for ‘removed ok config-files’. The remove action didn’t purge the configuration files.
    
    The status of each installed package will be available in /var/lib/dpkg/status
    User-added image

    The following command is used to purge the package completely.
sudo dpkg -P <pkgname>
    User-added image
 
For RPM :-
rpm -e <pkgname>
 
Related Links
Attachment 1 
Created ByAtul Anand

Feedback

 

Was this article helpful?


   

Feedback

Please tell us how we can make this article more useful.

Characters Remaining: 255