First page Back Continue Last page Overview Graphics
DEB
DEB is the preferred package format for Debian.
Debian uses multiple levels of tools to manage its packages:
- dpkg, apt-get, aptitude, dselect...
Recommended method:
- # apt-get install sendmail
- # apt-get remove sendmail
# apt-get update : updates your local package index
# apt-cache search icons : look for a package that has something to do with icons
Notes: