Installing the Linux target

You can install the target component on a Linux computer by using the RPM file that is provided in the Remote Control installation files.

Before you begin

Note: The target component installation package depends on the following libraries: glibc, libgcc, libblkid, libstdc++ etc.
Use the trc-target-10.x.x.<arch>.rpm file to install the target component in Linux, where 10.x.x is the version that you want to install. For more information about how to obtain the Linux component installation files, see Obtain the installation files. Choose the appropriate method for obtaining the file.

About this task

Install a default target RPM file and then configure the target after the installation.

To install the trc-<component>-10.x.x.<arch>.rpm package of the component, run the dnf, yum, or zypper command by providing the install -y option and the RPM package file path. Otherwise if you want to manually resolve the dependencies, run the rpm -ivh trc-target-10.x.x.<arch>.rpm command. You can also get the complete dependency list by running the rpm -qpR trc-target-10.x.x.<arch>.rpm command.

Results

When the target is installed, configure the target properties by editing the /etc/trc_target.properties file. For more information about target properties and their definitions, see Properties that can be set in the target configuration.