
Newbie question....installing packages from an RPM file?
Sean & Melissa Torgerson a *crit :
See how to
or
man rpm
generaly, the packtage is name_packtage.ppc.rpm
for install rpm -ivh name_package.ppc.rpm
for upgrade rpm-Uvh name_package.ppc.rpm
for erase rpm -e name_packtage.ppc.rpm
For check dep all systems dependance rpm -Va
If you find .src.rpm
use rpm --rebuild name_packtage.src.rpm (and wait...)
after rpm -Uvh name_packtage in /usr/src/redhat/SRPMS.
Bye