How To Remove a Package Without the Dependencies (yum/rpm)

Author: , January 9th, 2018

To remove a specific package without its dependencies use rpm:

As always, YMMV!

How To List All Installed Packages Using yum

Author: , April 10th, 2012

yum list installed -OR- rpm -qa

How To Find the Package Paths Using YUM and RPM

Author: , October 18th, 2011

Yum uses RPM so… # rpm -ql {package_name_here} -OR- # rpm -qlp /path/to/{file_name_here}.rpm

How To Enable The RPMForge Repo On CentOS

Author: , August 1st, 2011

How To Install Webmin on Fedora With Yum

Author: , October 19th, 2010

Create the file /etc/yum.repos.d/webmin.repo with the following content:

Then, run the following RPM command: rpm –import http://www.webmin.com/jcameron-key.asc -or-

Finally, of course, do the actual hyper-easy install: