Add note on upgrading all packages with yum

This commit is contained in:
Jeff Eklund
2013-02-24 23:12:32 +01:00
parent c13c6ed49a
commit f04222455a

View File

@@ -78,13 +78,19 @@ RPM and yum both make it easy to upgrade existing packages, too.
Over time, new packages may be added to the yum repositories that are configured
on your system, or you may have a newer RPM for an already installed package.
To upgrade using yum, when a newer package is available, simply ask yum to
install it again:
To upgrade a package using yum, when a newer package is available, simply ask yum
to install it again:
.. code-block:: console
bash-4.0$ yum install dstat
To upgrade all packages that have newer versions avaliable, run:
.. code-block:: console
bash-4.0$ yum upgrade
To upgrade a package with an RPM file, run:
.. code-block:: console