Tag: yum

Installing Rails

You can install Rails in a Fedora system with these commands… yum -y install ruby ruby-devel ruby-irb ruby-libs ruby-rdoc ruby-ri…

Install CPAN in Fedora

If you are getting a ‘Can’t locate CPAN.pm in @INC’ error while opening cpan, you have not installed Bundle::Cpan. You…

yum localinstall

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

Uninstall Using Yum

Use this command to remove a rpm package. yum remove package_name

List all Installed RPMs

List all packages installed on the system yum list

List all Installed RPMs by Size

Show space used by rpm packages installed sorted by size (fedora, redhat and like) rpm -q -a –qf “%10{SIZE}\t%{NAME}\n” |…

RAR Support In Linux

RAR Support in Linux is easy – just install the unrar tool… sudo yum install unrar

Install dependencies for HTML Validator

Installing the dependencies for HTML Validator extension for Firefox on linux. sudo yum install compat-libstdc++-296 compat-libstdc++-33 tidy

Clears the yum cache

Clears the yum cache yum clean all

Install Rhino

Installing Rhino(Javascript interpreter created in java) on Fedora 7 sudo yum install rhino-manual rhino-demo rhino