Changes between Version 28 and Version 29 of pkg-apt


Ignore:
Timestamp:
Jul 5, 2012, 11:42:53 PM (12 years ago)
Author:
maphew
Comment:

multiple packages can be operated on at once

Legend:

Unmodified
Added
Removed
Modified
  • pkg-apt

    v28 v29  
    1717After that:
    1818{{{
    19 apt update        (fetch up-to-date setup.ini)
    20 apt install gdal  (install package "gdal")
    21 apt new           (show possible upgrades)
    22 apt list          (show installed packages)
    23 apt available     (show installation candidates)
    24 apt remove xxx    (uninstall package xxx)
     19apt update                   (fetch up-to-date setup.ini)
     20apt install gdal gdal-python (install packages "gdal" and "gdal-python")
     21apt new                      (show possible upgrades)
     22apt list                     (show installed packages)
     23apt available                (show installation candidates)
     24apt remove xxx yyy           (uninstall packages xxx and yyy)
    2525}}}
    2626