One Day One GNU/Linux Command
=============================
apt-get -- Debian Package Manager.
Summary:
apt-get is a powerful package manager used in the Debian Distro. It is
in-build capability to resolve the conflicts and dependencies.
Examples:
# apt-get update -- Update the Pkg listings from package repositories.
# apt-get upgrade -- Install newest versions of all packages currently
installed.
# apt-get dist-upgrade -- Same as above. But with advanced conflict
resolution capability.
# apt-get install newpkg -- Install the 'newpkg' from repositories
with all dependencies.
# apt-get remove pkgName -- Remove the package with all needed
packages.
Read: man apt-get
HTH :)
--
Bharathi S
_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc