Installing the Source RPM package

About this task

Installing a source RPM package installs the files that are needed to build or rebuild the package into the RPM build tree.

Use the following command to install the package for the Target:

$ rpm -ivh ~/BigFix/Tivoli_Remote_Control/RCTarget/trc-target-10.x.x.src.rpm 

Where 10.x.x is relevant to the version that you want to install. For example, 10.x.0.

Note:
This command might generate warnings about users and groups that do not exist. These warnings are because your system does not have the user and groups that were used to build the original package. You can ignore these warnings.

Examples of the warning messages:-

Warning: user user name does not exist - using root

Warning: group build does not exist - using root

Warning: group trc_build does not exist - using root

To verify that this step was successful, check the SPECS and the SOURCES directories and make sure that the following files are there:

$ ls SPECS/ SOURCES/

SOURCES/:trc-target.tar

SPECS/: trc-target.spec