How do I...
dpkg -l "*PKGNAME*"
(that's a lower case L option, not the digit One)
apt-get update
to update the list of possible packages. After, you can search for Debian package names with apt-cache search foo
. Once you have a package name, try apt-get install packagename
.
apt-get update
followed by apt-get upgrade
to upgrade currently installed packages.
If you want to get all of the recommended packages for a complete distribution upgrade, do apt-get dist-upgrade
or apt-get -f dist-upgrade
to fix any dependency problems.
dpkg -S /path/to/file
.
apt-cdrom add apt-get update apt-get [upgrade|install|dist-upgrade]
If your question isn't answered here, try HowTo or HowToQuestions.