Penguin
Diff: FlavoursOfDebian
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of FlavoursOfDebian.

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

Newer page: version 22 Last edited on Monday, May 15, 2006 2:31:15 pm by CraigBox
Older page: version 21 Last edited on Thursday, November 10, 2005 1:04:50 pm by TimCareySmith Revert
@@ -1,5 +1,5 @@
-DebianLinux always has at least three releases in active maintenance: ''stable'', ''testing'' and ''unstable''. 
+Debian always has at least three releases in active maintenance: ''stable'', ''testing'' and ''unstable''. 
  
 ; stable : The stable distribution contains the latest officially released distribution of Debian. This is the production release of Debian, the one which we primarily recommend using. It is the release that all the commercial vendors support. It's the one that security patches are most easily available for. It's the one that you run on servers you don't want to die. (See below about why stable is so stable.) 
  
 ; testing : The testing distribution contains packages that haven't been accepted into a stable release yet, but they are in the queue for it. The main advantage of using this distribution is that it has more recent versions of software, and the main disadvantage is that it's not completely tested and has no official support from Debian security team. 
@@ -11,9 +11,9 @@
 ; experimental : So unstable that unstable doesn't even want them. You have to get these packages from other apt repositories. They are labelled experimental so you don't install them unless you __really really__ want to, and tell apt that with ''apt-get -t experimental package''. 
  
 ; volatile : a "backports-esque" repository that updates packages that are made useless by their outdatedness, for example virus defintions and [Gaim], which breaks when protocols change. Designed to be able to used as safely as security. 
  
-The current (at time of writing) stable distribution of Debian is 3.1, codenamed sarge . It was released on June 6th, 2005. 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 etch. Eventually, etch will become stable (a FeatureFreeze will occur), sarge will become an unsupported older distribution, and the testing tree will be reborn with a new name. 
+The current (at time of writing) stable distribution of Debian is 3.1, codenamed [Sarge] . It was released on June 6th, 2005. 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 etch. Eventually, etch will become stable (a FeatureFreeze will occur), sarge will become an unsupported older distribution, and the testing tree will be reborn with a new name. 
  
 On a Debian machine, you can find out the version number of the installed distribution by looking in /etc/debian_version. 
  
 Previous versions of stable have been named: 
@@ -30,10 +30,10 @@
 The code names come from the movie Toy Story, because ex-Debian project leader BrucePerens used to work for Pixar. (He went on to become [HP]'s [Linux] evangelist, but was allegedly 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 
+! 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) see AptNotes. 
  
 ---- 
 CategoryDebian