Linked by Eugenia Loli on Mon 21st Mar 2005 11:22 UTC
Permalink for comment
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/22/13 22:23 UTC
Linked by Thom Holwerda on 05/22/13 13:38 UTC
Linked by Thom Holwerda on 05/22/13 13:30 UTC, submitted by JRepin
Linked by Thom Holwerda on 05/21/13 22:06 UTC
Linked by Thom Holwerda on 05/21/13 21:45 UTC
Linked by Thom Holwerda on 05/21/13 15:53 UTC
Linked by Thom Holwerda on 05/20/13 22:43 UTC
Linked by Thom Holwerda on 05/20/13 21:50 UTC
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
More News »
Sponsored Links



apt-get & dpkg and all these related tools are not as brain-dead simple to use as pacman is (and Synaptic is not really as wonderful either).
pacman -Suy (update the whole system by syncing)
pacman -S firefox (install Firefox from -Current)
pacman -R firefox (remove Firefox from your system)
pacman -A package-name.tar.gz (install a local package)
What's so difficult with apt-get? IMHO, the cited operations are have more intuitive commands in Debian:
apt-get update && apt-get upgrade (update the package database and upgrade the system)
apt-get install mozilla-firefox (install Firefox from repository)
apt-get remove mozilla-firefox (remove Firefox from the system)
dpkg -i package-name.deb
I have nothing against Arch. It's nice to have new distributions available.