typos in package management 101

This commit is contained in:
Jeff Eklund
2013-02-24 23:11:59 +01:00
parent b040d4cb75
commit c13c6ed49a

View File

@@ -32,7 +32,7 @@ process however applies to any spftware you may want to install.
Yum provides a wrapper around RPM, which can be used to search, and install
packages, from multiple package repositories.
If your Linux distribution uses RPM and yum, you can search search for packages
If your Linux distribution uses RPM and yum, you can search for packages
by running:
.. code-block:: console
@@ -159,7 +159,7 @@ process however applies to any spftware you may want to install.
apt provides a wrapper around dpkg, which can be used to search, and install
packages, from multiple package repositories.
If your Linux distribution uses dpkg and apt, you can search search for packages
If your Linux distribution uses dpkg and apt, you can search for packages
by running:
.. code-block:: console