Penguin

Differences between version 12 and previous revision of Debian.

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

Newer page: version 12 Last edited on Wednesday, April 12, 2006 7:08:42 pm by CraigBox Revert
Older page: version 11 Last edited on Wednesday, April 12, 2006 7:06:50 pm by CraigBox Revert
@@ -3,16 +3,18 @@
 If you use Debian, you tend to love Debian. Why? 
  
 __Non-commercial__ : 
  It's not controlled by a corporate entity. 
-__[APT] __ :  
- To install anything you just type <tt>apt-get install ''package''</tt> and you're away. Dependencies are all handled for you. No more rabbiting around the internet for an [RPM] that might do what you want it to do...  
+__Huge package archive __ :  
+ Debian packages over 11,000 pieces of software. You can install almost anything by just typing <tt>apt-get install ''package''</tt>, with package dependencies handled for you. No more rabbiting around the internet for an [RPM] that might do what you want it to do!  
 __Runs on ''lots'' of platforms__ : 
  i386, Motorola 68k, Alpha, Sparc, PowerPC, ARM, MIPS, HP PA-RISC, IA64 (Itanium) and S390. AMD64 coming soon! 
 __Incredibly easy to maintain__ : 
  <tt>apt-get upgrade</tt> every night and you'll be running the latest versions of everything. 
 __Very true to Linux__ : 
  Some purists dont like RedHat's directory structures. It's also pragmatic __and__ ideological; what you know as Debian today is Debian GNU/Linux, and they are also looking at Debian GNU/HURD. 
+  
+Often imitated, never beaten.  
  
 There are some reasons not to like Debian, the most obvious of which is that the "stable" distribution, while historically __very__ stable, achieves this by being up to three years 'out of date'. [Ubuntu], a derivative of Debian, addresses this by having regular (six-monthly) release cycles. Also, Debian has a mentality of "we have official packages for everything", meaning that $new_thing has to be uploaded into the repository before you can get it. However, more people are packaging things in third party repositories that you can add to your AptSourcesList, and you can always install things from source. 
  
 The DebianLinux PackageManagement format is [Deb]. See DebianPackaging on how to create these, or DebianPackageTools for how to use dpkg(8)/[APT]/other programs that install .deb packages.