3 centos® linux, 3 centos, Linux – ClearCube Sentral 6.9.3 User Manual
Page 38

Basic Operations
Rev F 2.2.08.06.2014
31
Uninstall
1. Enter the following command:
rpm -e BladeAgent
2. Restart the computer.
14.1.3 CentOS
®
Linux
®
This section shows how to install Sentral Host Agent on devices using CentOS Linux.
Dependencies for PCoIP support on 64-bit operating system
To support PCoIP technology on a thin client, you must install PCoIP Host Software on a thin client
before installing a Sentral Host Agent.
Dependencies for PCoIP support on 64-bit operating system
on page
for instructions, then continue to the CentOS installation section below.
Pre-Installation Dependencies
From a terminal, enter the commands below as super user.
1. Get Extra Packages for Enterprise Linux:
For i386 only:
wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
For x86_64 only:
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
2. Enter the command:
sudo rpm -Uvh epel-release-6*.rpm;rm -rf epel-release-6*;
3. Enter the command:
yum -y install xrdp
4. Change directory:
cd /etc/rc.d/init.d/ && chkconfig --add xrdp
5. Enter the command:
chkconfig --level 2345 xrdp on