Hidden Linux : apt-get secrets
Jul 22, 2010, 14:06 (0 Talkback[s])
(Other stories by Geoff Palmer)
"apt-get is the package handling utility behind Debian-based
Linux systems such as Ubuntu, Mint and Mepis. You may be using it
'by proxy' via GUI-based package managers such as Synaptic, but
hardened Linux users tend to prefer the command line - especially
as the latter has a couple of neat tricks up its sleeve.
"(Not that if you're not a super-user you'll need to prefix the
following commands with sudo - well, all but the last one ...)
"The basics
apt-get update
Resynchronise installed packages with their sources. (Always do
this before an upgrade.)
apt-get upgrade
Install the newest version of all packages installed on the
system.
apt-get dist-update
Upgrade to the latest version of your distribution."
Complete Story
Related Stories:
- Linux Multi-Distro Package Manager Cheatsheet
(Jul 09, 2010)
- Duplicating subsets of package selections between systems(May 17, 2010)
- Cracking open five of the best open source easter eggs(Mar 15, 2010)
- Some Things Linux Can Do, That Windows Won�t.(Dec 02, 2009)
- Editor's Note: Linux Is Easy(May 30, 2009)
- Things You Need To Know To Become An Apt Guru(Mar 01, 2009)
- How to Check Package Dependencies With apt-rdepends on Ubuntu(Nov 25, 2008)
- Linux Package Manager Cheatsheet(Oct 02, 2008)
- Installing Applications in Linux (part II)(Jul 27, 2008)