You are not logged in.
Pages: 1
Hi all,
If I install Arch via FTP & only a base install... how do I issue or find the commands to install packages i.e. KDE 3.4.1
pacman -A KDE???
I can find a list of packages but does not tell me what name to type in, also KDE is in the extra repo & so are others!
Also if I want to use ReiserFS/4 as my FS how do I manage that?
TIA
Offline
hi,
pacman -S foo
will install a package
pacman -Ss foo
will search for a package/s releating to foo
pacman -S kde
will find & install kde
man pacman
is your friend
HTH
please post again if you have any problems.....
Mr Green
Offline
first update your system.
pacman -Syu
will do that. -y will refresh the db from the servers -u updates the entire system.
Search the forums for reiser4 under the words "reiser4 is a great and how to"
Offline
Is there a list of package groups somewhere as well? ie: xfce, xfce4, gnome...
v/r
Suds
Offline
@ sudman: Checkout "pacmenu" for that- it lists all package groups, installed or not, and installs/uninstalls them.
Microshaft delenda est
Offline
Is there a list of package groups somewhere as well? ie: xfce, xfce4, gnome...
pacman -Sg
Offline
This might be useful as well.
http://www.archlinux.org/docs/en/guide/ … tml#pacman
http://archlinux.org/pacman/pacman.8.html
Offline
Pages: 1