Penguin
Diff: InstallingSoftware
EditPageHistoryDiffInfoLikePages

Differences between version 5 and previous revision of InstallingSoftware.

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

Newer page: version 5 Last edited on Sunday, July 10, 2005 4:51:18 pm by PeterHewett Revert
Older page: version 4 Last edited on Friday, November 7, 2003 7:23:13 pm by AlastairPorter Revert
@@ -17,10 +17,10 @@
 ** make install 
 # Close the terminal 
 ** exit 
  
-!!Redhat and Mandrake  
-Redhat and Mandrake use the Redhat Package Manager (RPM) to install and maintain software. Programs are released as binary files in an rpm package. 
+!!Redhat and Mandriva  
+Redhat and Mandriva use the Redhat Package Manager (RPM) to install and maintain software. Programs are released as binary files in an rpm package. 
  
 To install: 
 # Change to the SuperUser 
 ** su 
@@ -30,8 +30,10 @@
 ** __v:__ verbose. Spit out warnings and errors instead of being quiet (not needed) 
 ** __h:__ hash. Display a series of #'s showing progress (not needed) 
 * Other options 
 ** __i:__ Install. This will only work if you don't have a newer version of the program installed. You should __always__ install new kernel [RPM]s this way to stop your old one being overwritten. 
+  
+[Mandriva] also has the [urpmi] tool to manage packages and dependancies.  
  
 !!Debian 
  apt-get install ''packagename''