2009/08/26

Installing rpm packages with "yum localinstall"

If rpm packages are installed via "yum localinstall", then dependent packages are also installed automatically. For instance:

# yum localinstall truecrypt-5.1-1.i386.rpm -y

This command tries to install truecrypt, but this rpm needs some others. Then, yum will find and install these dependent rpm's for you silently.

No comments:

Post a Comment