8. Installing Software from an Isolated Package
Use repositories and the standard yum
commands to locate and install new software, unless the software package is not available from any repository. In these cases, use the localinstall
function to install the software from the package file.
Enter this command to install the package tsclient-0.132-4.i386.rpm
:
su -c 'yum localinstall tsclient-0.132-4.i386.rpm'
At the prompt, enter the root password.
If the package requires software that is not installed on your system, yum
attempts to meet the dependencies with packages from the configured repositories. You may need to manually download and install additional packages in order to satisfy all of the dependencies.
Previous Page - 7. Configuring Access to Software Repositories | Table of Contents | Next Page - 9. Customizing yum |