Sunday, April 27, 2014

yum

  •   yum command examples

To install apache using yum.
$ yum install httpd

To upgrade apache using yum.
$ yum update httpd

To uninstall/remove apache using yum.
$ yum remove httpd

0 comments:

Post a Comment