Penguin
Diff: FlavoursOfDebian
EditPageHistoryDiffInfoLikePages

Differences between version 6 and predecessor to the previous major change of FlavoursOfDebian.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Wednesday, December 31, 2003 11:26:37 pm by JoachimDurchholz Revert
Older page: version 2 Last edited on Monday, September 9, 2002 8:31:26 pm by MattBrown Revert
@@ -9,22 +9,27 @@
 There is a fourth criterion 
  
 ; experimental : So unstable that unstable doesn't even want them. You have to get these packages from other apt repositories. They are labelled experiemental so you don't install them unless you __really really__ want to, and tell apt that with ''apt-get -t experimental package''. 
  
-The current (at time of writing) stable distribution of Debian is 3.0r0 , codenamed woody. It was released on July 19th, 2002. Check http://www.debian.org/releases/ to ensure it is still current, and if not, come back and edit the wiki so it is. The current testing distribution is sarge. Eventually, sarge will become stable (a FeatureFreeze will occur), and then sarge will become stable, woody will become an unsupported older distribution, and a new name will be picked for the new testing tree. 
+The current (at time of writing) stable distribution of Debian is 3.0r2 , codenamed woody. It was released on July 19th, 2002. Check http://www.debian.org/releases/ to ensure it is still current, and if not, come back and edit the wiki so it is. The current testing distribution is sarge. Eventually, sarge will become stable (a FeatureFreeze will occur), and then sarge will become stable, woody will become an unsupported older distribution, and a new name will be picked for the new testing tree.  
+  
+Previous versions of stable have been named "potato" (debian version 2.2, 2000), "slink" (v 2.1, 1999) "hamm" (v2., 1998), "bo" (v1.3, 1997), "rex" (v1.2, 1996), and "buzz" (v1.1, 1996)
  
 The unstable distribution is called sid, and it doesn't get renamed. 
  
-The code names come from the movie Toy Story, because ex-Debian project leader BrucePerens used to work for Pixar. (He's now [HP]'s [Linux] evangelist.) 
+The code names come from the movie Toy Story, because ex-Debian project leader BrucePerens used to work for Pixar. (He's now [HP]'s [Linux] evangelist.- NB. This is no longer true. He has recently been fired by HP for "microsoft-baiting" .) 
  
 Packages are installed into the `testing' directory after they have undergone some degree of testing in unstable. They must be in sync on all architectures where they have been built and must not have dependencies that make them uninstallable; they also have to have fewer release-critical bugs than the versions currently in testing. This way, they ensure (hope) that testing is always close to being a release candidate. 
  
 ! Using Packages from different releases 
 If you would like to use packages from a different release to what you are currently running (ie. you want to install the latest nasm package from unstable, but you like to run the rest of your machine on stable) follow these steps. 
  
 # Add APT::Default-Release "stable"; to apt.conf(5) 
 # Make sure you have sources for unstable/testing specified in sources.list(5) 
-# Install packages with apt-get install [packagename]=[packageversion] 
+# Install packages with:  
+#* apt-get install [ [packagename]=[ [packageversion]  
+#* apt-get install -t unstable [[packagename]  
+  
  
 Some notes on the above. 
 * When specifing your default release it appears that you can only use "Stable"/"Testing"/"Unstable" don't try and use Woody/Sarge etc it won't work 
 * You can find out package versions a packages.debian.org