| Arch Linux Installation Guide |
|
|
| Written by axel | ||||||||||||||||||||||
21. Getting to know PACMAN
Packman is Arch’s Package Management System, which is powerful and simple to use. pacman
A typical packman call is the following for example. pacman -S gimageview comix
pacman -<action><options> <package-1> < package-2> < package-3> ... < package-n>
-y pacman -Sy
apt-get update
emerge --sync
-w pacman -Sw
-d
-f
-u pacman -Su
apt-get upgrade
emerge -uDNpv --columns world
-S pacman -Sy
pacman -Su
pacman -S gimageview comix
It is similar to Debian’s and Gentoo’s: apt-get install gimageview comix
emerge -uNpv --columns gimageview comix
-R pacman -R gimageview comix
In this example the packages gimageview and comix will be deleted. It is similar to Debian’s and Gentoo’s: apt-get remove gimageview comix
emerge -pvC --columns gimageview comix
|
||||||||||||||||||||||
| Last Updated ( Monday, 01 December 2008 ) | ||||||||||||||||||||||
| < Prev | Next > |
|---|





