yum commands

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

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *