First become root, and then you can use the following commands:
* To see a list of available software:
yum list available
* To install some software, you type:
yum install packagename
* To update some software, you type:
yum update packagename
If you leave out "packagename" yum will update all your software.
* To see what updates are available, you can do:
yum check-update
* To search for a package, you can do:
yum search word
For more info about yum, see the yum project page, http://yum.baseurl.org/.
(*_*)
