9 Feb
2006
9 Feb
'06
02:48
On Wednesday 08 February 2006 21:16, Ron Wilson wrote:
How the heck do I get there. Surely I do not have to resort to downloading an rpm and manually installing do I?
Option 1: Browse to it and click on it in Konqueror. When the button "Install with YaST" displays, click it and enter your superuser password. It'll do the rest. Option 2 su {password} mkdir scratch cd scratch wget URI/path/package.rpm rpm -Uhv package.rpm --test (if ok) rpm -Uhv package.rpm ldconfig SuSE config rm package.rpm cd .. rmdir scratch exit exit regards, Carl