Penguin
Diff: InstallingSoftware
EditPageHistoryDiffInfoLikePages

Differences between version 5 and predecessor to the previous major change of InstallingSoftware.

Other diffs: Previous 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 3 Last edited on Thursday, July 31, 2003 6:00:08 pm by GianPerrone 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 
@@ -28,8 +28,12 @@
 ** rpm -Uvh file-1.1-1.i386.rpm] 
 ** __U:__ Upgrade. This will install the program if it isn't installed, and upgrade it if a lower version exists on the system 
 ** __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''