CLEARPASS ONGUARD INSTALLATION INSTRUCTIONS FOR GUI-BASED LINUX


SUPPORTED OPERATING SYSTEMS:
* Ubuntu 16.04 , 18.04 and 20.04
* CentOS 7.3 to 7.6 and 8
* RHEL 7.6

INSTALLATION PROCEDURE:
1) Ensure that the following Qt5 packages are installed on the system: qt5-qtbase, qt5-qtbase-gui, and qt5-qtbase-common.

2) Ensure that the system is up to date by running the following commands:
  * On Ubuntu, run "sudo apt-get update" and then "sudo apt-get upgrade"	
  * On CentOS/RHEL, run "sudo yum check-update" and then "sudo yum update"

3) Extract this tar file (ClearPassOnGuardInstall.tar.gz) to a temporary location.

4) Select the provided binary installer for the target platform: 
  * For Ubuntu 32-bit machines, use "clearpass-onguard-installer-<version-number>-ubuntu-i386"
  * For Ubuntu 64-bit machines, use "clearpass-onguard-installer-<version-number>-ubuntu-x86_64"	
  * For CentOS/RHEL 32-bit machines, use "clearpass-onguard-installer-<version-number>-rhel-i686"
  * For CentOS/RHEL 64-bit machines, use "clearpass-onguard-installer-<version=number>-rhel-x86_64"

5) Run the selected binary installer, either by mouse-click or from the terminal.

6) When the installer starts, it asks for permissions for system changes
 by prompting for a password. The actual installation by the native installation mechanism (debi/rpm) then begins.

7) After the installation is finished, the OnGuard Agent automatically starts when the installer closes. If the installation fails, the installer provides
 installation logs in the text box for troubleshooting.


UNINSTALLATION PROCEDURE:

To uninstall the application, run the following command from the terminal:
 
* On Ubuntu, run "sudo apt-get purge clearpass-onguard"
* On CentOS/RHEL, run "sudo rpm -e clearpass-onguard"



DEPENDENCIES:

The Binary Installer and the application depend on the following packages:

 * libc6 (>= 2.15)
* libdbus-1-3 (>= 1.0.2)
* libdbus-glib-1-2 (>= 0.78)
* libgcc1 (>= 1:4.1.1)
* libnm (>= 1.18.4)
* libglib2.0-0 (>= 2.14.0)
* libnm-glib4 (>= 0.7.999)
* libproxy1 (>= 0.4.7)
* libQt5Core (>= 5:5.9.2)
* libQt5Gui (>= 5:5.9.2)
* libstdc++6 (>= 4.6)
* libtdb1 (>= 1.2.7+git20101214)
* libxml2 (>= 2.7.4)
* zlib1g (>= 1:1.2.0),gdebi

