Uninstalling the target on Linux® systems
About this task
To remove the target software on Linux® systems, complete the following steps:
Procedure
-
To find the Remote Control package
name that is installed, run the following command.
rpm -qa |grep trc
- Run the following command:
where trcpackage is your package name.rpm -e <trcpackage>
For example: rpm -e trc-target
Results
You can verify that the target is removed by completing the following steps:
- Run the command in step 1 to make sure that there is no Remote Control package installed.
- Run the following command to make sure that no Remote Control process is running.
ps -ef |grep trc