Can't install apps locally opensuse 11.1

Help! Install attempts from rpms on local harddisk fail. Yast or
command line both return <file> not found on medium. :frowning: I’ve checked
folder permissions, tried from root login, creating a local repo, etc.
Something is definitely broken. SOS - I’ve upgraded and can’t install
my accounting packages.


blinddog

blinddog’s Profile: http://forums.opensuse.org/member.php?userid=21629
View this thread: http://forums.opensuse.org/showthread.php?t=406824

  • blinddog,

in a console, become root and search for the file. Like

su
cd /path/to/rpm
ll

and please post the output of ll

Uwe

I receive the following:

bigdog:/home/blinddog/Downloads # ||
-bash: syntax error near unexpected token `||’

What is the double pipe trying to find?

Thanks,
Jeff


blinddog

blinddog’s Profile: http://forums.opensuse.org/member.php?userid=21629
View this thread: http://forums.opensuse.org/showthread.php?t=406824

  • blinddog,

it is a lower case “LL”, not pipes.

Uwe

Silly me! Here’s the readout on the files and permissions:

bigdog:/home/blinddog/Downloads # ll
total 244393
-rw-r–r-- 1 blinddog users 25338751 Feb 3 09:52 GoogleEarthLinux.bin
-rw-r–r-- 1 blinddog users 36967791 Feb 3 10:15
nethack-vultures-2.1.1-1.5.src.rpm
-rw-r–r-- 1 blinddog users 22204404 Feb 3 10:32
quasar-client-2.1.3-1.i586.rpm
-rw-r–r-- 1 blinddog users 11683390 Feb 1 23:32
quasar-help-en_CA-2.1.3-1.i586.rpm
-rw-r–r-- 1 blinddog users 8172145 Feb 3 10:28
quasar-pos-client-2.1.3-1.i586.rpm
-rw-r–r-- 1 blinddog users 12080 Feb 1 23:29
quasar-sample-company-2.1.3-1.i586.rpm
-rw-r–r-- 1 blinddog users 8285147 Feb 3 10:29
quasar-server-2.1.3-1.i586.rpm
-rw-r–r-- 1 blinddog users 89743025 Feb 1 23:59
quasar-single-2.1.3-1.i586.rpm
-rw-r–r-- 1 blinddog users 47594785 Feb 1 23:45
quasar-tools-2.1.3-1.i586.rpm


blinddog

blinddog’s Profile: http://forums.opensuse.org/member.php?userid=21629
View this thread: http://forums.opensuse.org/showthread.php?t=406824

  • blinddog,

that looks fine, I thiought it might be a rights or file ownership issue.

So, on a console, try

su
rpm -Uvh /path/to/nameof.rpm

Any errors?
I cannot see why it should throw a “file not found” if the file name is correct.

Uwe