Penguin
Diff: PackageManagementTool
EditPageHistoryDiffInfoLikePages

Differences between version 24 and predecessor to the previous major change of PackageManagementTool.

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

Newer page: version 24 Last edited on Monday, June 27, 2005 3:04:29 pm by IanMcDonald Revert
Older page: version 23 Last edited on Tuesday, November 2, 2004 3:29:37 am by AristotlePagaltzis Revert
@@ -17,7 +17,7 @@
  
 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. 
+ A front-end to rpm provided by RedHat for RedHat and FedoraCore . You get to use it on one machine per user free, and can pay for the right to use it on more machines. It might be worth it for some users but generally better to type <tt>yum update</tt> and use [Yum] , as it makes installing new software and keeping up with upgrades really easy. 
 [APT]: 
  One of the best tools around. It traditionally wraps dpkg, but there is an AptForRpm variant now (and rapidly gaining popularity). It was the first front-end to nicely handle dependencies: <tt>apt-get install foo</tt> will automatically download and install not only <tt>foo</tt>, but also any unfulfilled dependencies <tt>foo</tt> may have. There are lots of supplemental utilities surrounding -- see DebianPackageTools.