How to use RPM command

To install and uninstall RPMs, use RPM command as follows. rpm -qa | grep pakage-name rpm -e pkgname rpm -ivh pkgname You can also use YUM to install/uninstall rmp pkgs yum remove bind* yum install bind*  

CentOS RPM or Repos URLs

http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/ http://mirror.centos.org/centos/5/os/i386/CentOS/ http://httpupdate.cPanel.net/mysqlinstall/4.1.22-0/64/centos/4.3/ http://downloads.mysql.com/archives/mysql-4.1/ http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/    

VMware Workstation Installation Error

Hello, error: Searching for a valid kernel header path… The path “” is not valid. Would you like to change it? [yes] What is the location of the directory of C header files that match your running kernel? What VMWare workstation needs is the kernel-header and kernel-devel package from the same version with your current […]