CentOS: Knowledge Base

Finding out which version you installed:
cat /etc/redhat-release

Installing a package:
yum install packet_name

Updating all the packages:
yum check-update [just for checking]
yum update

Check whether the package pp is installed:
rpm -qa | grep pp

This entry was posted in Redhat / CentOS. Bookmark the permalink.

Leave a Reply