Uninstalling the target on Linux® systems

About this task

To remove the target software on Linux® systems, complete the following steps:

Procedure

  1. To find the Remote Control package name that is installed, run the following command.
    rpm  -qa  |grep  trc 
  2. Run the following command:
    rpm  -e <trcpackage>
    where trcpackage is your package name.
    For example: rpm -e trc-target

Results

You can verify that the target is removed by completing the following steps:

  1. Run the command in step 1 to make sure that there is no Remote Control package installed.
  2. Run the following command to make sure that no Remote Control process is running.
    ps  -ef  |grep  trc