Changes between Version 15 and Version 16 of RpmHowToEndUsers


Ignore:
Timestamp:
Feb 25, 2013, 7:18:19 PM (11 years ago)
Author:
Steven Levine
Comment:

correct typo

Legend:

Unmodified
Added
Removed
Modified
  • RpmHowToEndUsers

    v15 v16  
    1515||'''yum search''' foobar                ||Show all packages containing "foobar" in the name, summary or description fields
    1616||'''yum list installed'''               ||List all installed packages
    17 ||'''yum list avaliable''' foo*          ||List all available packages with names starting with "foo"
     17||'''yum list available''' foo*          ||List all available packages with names starting with "foo"
    1818||'''yum list''' *bar*                   ||List all packages containing "bar" in names (both installed and available)
    1919||'''yum clean packages'''               ||Delete all downloaded files containing installed packages (packages themselves are not uninstalled)