Difference between revisions of "Apt"


From Knoppix Documentation Wiki
Jump to: navigation, search
 
Line 2: Line 2:
  
  
Lazy FAQ: After staring a new system.
+
Lazy FAQ: After starting a new system.
  
 
apt-setup (Pick USA, Debian, or kernel.mirror & ? secondary.)
 
apt-setup (Pick USA, Debian, or kernel.mirror & ? secondary.)
Line 19: Line 19:
 
apt-cache search apache<br>
 
apt-cache search apache<br>
 
apt-cache show apache<br>
 
apt-cache show apache<br>
 +
 +
---
 +
You can also use aptitude or other apt management tools. --LarsOlson
  
 
---
 
---
 
For further information read the debian manual at http://www.debian.org/doc/user-manuals#apt-howto
 
For further information read the debian manual at http://www.debian.org/doc/user-manuals#apt-howto

Revision as of 04:19, 25 May 2005

apt-get install


Lazy FAQ: After starting a new system.

apt-setup (Pick USA, Debian, or kernel.mirror & ? secondary.)

apt-get update apt-get upgrade

  1. Now add your favorite packages.

apt-get install gcal

You can also do this once in awhile
apt-get dist-upgrade
(it will upgrade all the stuff to the latest version).

to search for a particular package use apt-cache, e.g.
apt-cache search apache
apt-cache show apache

--- You can also use aptitude or other apt management tools. --LarsOlson

--- For further information read the debian manual at http://www.debian.org/doc/user-manuals#apt-howto