Installing the CLI tools in Linux

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

Before you begin

Note: The CLI component installation package depends on the following libraries: glibc, libgcc, libblkid, libstdc++ etc.
Use the trc-cli-10.x.x.<arch>.rpm file to install the CLI tools in Linux. Where 10.x.x is relevant to the version that you want to install. For more information about obtaining the Linux component installation files, see Install the Remote Control components. Choose the appropriate method for obtaining the file.

About this task

Note: If the trc-target RPM file is installed, you do not need to install the trc-cli RPM file because the CLI commands are already included in the target. For more information about using the commands, see the BigFix® Remote Control Controller User's Guide.

Procedure

  1. Type, the following command to install the command line software.
    Where 10.x.x is relevant to the version that you want to install.

    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, then use the rpm -ivh trc-cli-10.x.x.<arch>.rpm command. You can also get the complete dependency list by running the rpm -qpR trc-cli-10.x.x.<arch>.rpm command.

  2. When the installation is complete, edit the /etc/trc_target.properties file and set your configuration.
    • Set the value of ServerURL to the host name or IP address of your BigFix® Remote Control Server.
    • For FIPS-compliance set the value of FIPSCompliance to Yes.
    • For NIST SP800-131a compliance, set the value of SP800131ACompliance to yes.
  3. Save the file.

Results

For more information about using these commands, see the BigFix® Remote Control Controller User's Guide.