Penguin
Diff: PackageManagementTool
EditPageHistoryDiffInfoLikePages

Differences between version 15 and revision by previous author of PackageManagementTool.

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

Newer page: version 15 Last edited on Tuesday, August 19, 2003 1:05:50 pm by WikiAdmin Revert
Older page: version 13 Last edited on Tuesday, August 19, 2003 12:16:12 pm by DanielLawson Revert
@@ -1,12 +1,12 @@
 There are several main 'flavours' of PackageManagementTool in use in various LinuxDistributions. These include: 
  
-; ''rpm'' : Redhat Package Manager. Obviously, RedHat uses this, but [Mandrake] and a handful of others do as well.  
-; ''dpkg'' : This is [Debian]'s package manager. KnoppixLinux, [Progeny] and other LinuxDistributions are "Debian-based". 
+; ''rpm'' : Redhat Package Manager. Obviously, RedHat uses this, but [Mandrake] and a handful of others do as well. File format is [RPM] .  
+; ''dpkg'' : This is [Debian]'s package manager. KnoppixLinux, [Progeny] and other LinuxDistributions are "Debian-based". File format is [Deb]
 ; ''.tgz'' : [Slackware] uses [TarBall]s that include pre-and post install scripts. 
 ; ''ports'' : This is the source based PackageManagementTool that [BSD] uses. Several LinuxDistributions use a similar idea. 
 ; ''portage'' : [GentooLinux]' version of source based PackageManagement, driven by a tool called ''emerge''. 
-; ''spells'' : SorcererLinux has a 'spell book' approach to source based PackageManagement. 
+; ''spells'' : SorcerorLinux has a 'spell book' approach to source based PackageManagement. 
  
 Frontends to these tools include: 
  
 ; ''up2date'' : a front-end to rpm provided by RedHat. You get to use it on one machine per user free, and can pay for the right to use it on more machines. It's probably worth it for most users, as it makes installing new software and keeping up with upgrades really easy.