Tag: redhat

Building an RPM from a Spec File

Use this command to build an RPM if you have a Spec File rpmbuild -ba SPEC_FILE

yum localinstall

This will install an RPM, and try to resolve all the dependencies for you using your repositories. yum localinstall package_name.rpm

Install RPM Package

Install a rpm package rpm -ivh package.rpm

Yum Options

Using yum command usage: yum [options] < upgrade, install, update, info, search > Use the -y option to bypass the…

yum install

Stuff I had to install after doing a Fedora Core 6 Install from DVD Libraries qca-tls Multimedia mplayer vlc xine…