Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b276c9d2eabcb51109e8c744128859583658affc
commit b276c9d2eabcb51109e8c744128859583658affc Author: Miklos Vajna <[email protected]> Date: Thu Apr 2 17:15:41 2009 +0200 docs/pacman-g2: use the new table syntax diff --git a/docs/pacman-g2.txt b/docs/pacman-g2.txt index 903efe9..611102f 100644 --- a/docs/pacman-g2.txt +++ b/docs/pacman-g2.txt @@ -97,14 +97,14 @@ NOTE: Full documentation for pacman-g2 can be reached by issuing `man pacman-g2` For those who are familiar with the apt package management tool, here is a quick cross-reference. -`-------------------------------------------`------------------------`----------------- -Action Apt command Pacman command ---------------------------------------------------------------------------------------- -Refresh the package database: apt-get update pacman-g2 -Sy -Upgrade currently installed packages: apt-get upgrade pacman-g2 -Su -Install a new package: apt-get install foo pacman-g2 -S foo -Remove a package: apt-get remove foo pacman-g2 -Rc foo -Search in the full package database: apt-cache search foo pacman-g2 -Ss foo -Install a package from a file: dpkg -i foo.deb pacman-g2 -A foo.fpm -Clean the package cache: apt-get clean pacman-g2 -Sc ---------------------------------------------------------------------------------------- +[options="header",grid="all"] +|==== +| Action | Apt command | Pacman-G2 command +| Refresh the package database: | apt-get update | pacman-g2 -Sy +| Upgrade currently installed packages: | apt-get upgrade | pacman-g2 -Su +| Install a new package: | apt-get install foo | pacman-g2 -S foo +| Remove a package: | apt-get remove foo | pacman-g2 -Rc foo +| Search in the full package database: | apt-cache search foo | pacman-g2 -Ss foo +| Install a package from a file: | dpkg -i foo.deb | pacman-g2 -A foo.fpm +| Clean the package cache: | apt-get clean | pacman-g2 -Sc +|==== _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
