Install a software with yum
yum install PKG_NAME
Uninstall a software
yum remove
Example for installing php and GD
yum install php php-gd
When you need to update all install software, run
yum update
List all available software
yum list available yum list available "software-name"
List all installed software
yum list installed
See yum
Leave a Reply