Difference between revisions of "Apt"


From Knoppix Documentation Wiki
Jump to: navigation, search
m (Reverted edit of Naughtyneo, changed back to last version by Harry Kuhman)
 
(7 intermediate revisions by 6 users not shown)
Line 26: Line 26:
 
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
  
 
+
[[Category:Useful Linux Commands]]
 
+
 
+
<div id="wikitikitavi" style="overflow:auto; height: 1px; ">
+
[[http://WTHP1.disney.com] [WTHPD1]]
+
[http://WTHP2.disney.com  WTHPD2]
+
[WTHPD3](http://WTHP3.disney.com)
+
[http://WTHP4.disney.com | WTHPD4]
+
[WTHPD5 | http://WTHP5.disney.com]
+
</div>
+

Latest revision as of 18:41, 3 January 2007

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