Provided that you have not done anything unorthodox, on a Debian derivative, you can use the native package managers (e.g. dpkg/apt) or the provided install.sh
With the native package manager
$ uname -a
Linux engubu14 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
$ dpkg --get-selections | grep centrify centrifydc-openssh deinstall
$ sudo dpkg --purge centrifydc-openssh (Reading database ... 57917 files and directories currently installed.) Removing centrifydc-openssh (6.7p1-5.2.3.425) ... Purging configuration files for centrifydc-openssh (6.7p1-5.2.3.425) ... $ dpkg --get-selections | grep centrify centrifying@engubu14:/centrify/2015.1$
with Install.sh
$ sudo ./install.sh [sudo] password for centrifying: ***** ***** ***** WELCOME to the Centrify Suite installer! ***** ***** ***** Detecting local platform ... Running ./adcheck-deb6-x86_64 ... OSCHK : Verify that this is a supported OS : Pass PATCH : Linux patch check : Pass PORTMAP : Verify that portmap or rpcbind is installed : Warning : Could not install CentrifyDC-nis package. : PORTMAP not installed. Please install required : portmap or rpcbind package, which CentrifyDC-nis : depends on PERL : Verify perl is present and is a good version : Pass SAMBA : Inspecting Samba installation : Note : The installed version of Samba was not supplied by Centrify. : You may wish to install Centrify's Samba which is optimized for : interoperability with both DirectControl and Active Directory. SPACECHK : Check if there is enough disk space in /var /usr /tmp : Pass HOSTNAME : Verify hostname setting : Pass NSHOSTS : Check hosts line in /etc/nsswitch.conf : Pass DNSPROBE : Probe DNS server 192.168.81.10 : Pass DNSPROBE : Probe DNS server 192.168.81.11 : Pass DNSCHECK : Analyze basic health of DNS servers : Pass WHATSSH : Is this an SSH that DirectControl works well with : Pass SSH : SSHD version and configuration : Note : You are running OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan 2014. : : If you install Centrify Express or Centrify Suite : Standard or Enterprise Edition, the Centrify build of : OpenSSH will be installed automatically. Alternatively : you may choose individual Suite packages to install : with the Custom install option. 1 warning was encountered during check. We recommend checking this before proceeding WARNING: adcheck exited with warning(s). With this script, you can perform the following tasks: - Install, update or remove the Centrify DirectControl packages - Check OS, network and Active Directory configuration - Join an Active Directory domain - Restart the local computer after installation You can type Q at any prompt to quit the installation and exit the script without making any changes to your environment. Currently installed: CentrifyDC-5.1.2 CentrifyDC-5.1.2 is already installed. Do you want to erase it (E), reinstall (R) 5.1.2 or keep (K) current CentrifyDC package? (Q|E|R|K) [K]:E preparing for uninstall ... Do you want to uninstall Centrify DirectControl (CentrifyDC-5.1.2) from this computer? (Q|Y|N) [N]:Y Reboot the computer after uninstall? (Q|Y|N) [Y]:Y No entry for terminal type "xterm"; using dumb terminal settings. This computer is currently joined to the Active Directory domain. To remove the software cleanly you should leave the domain. To do so you need to provide AD user name and password. Running adleave ... Enter the Active Directory authorized user [administrator]:
R.P