RE: [luau] rpm problem

2002-08-24 Thread Warren Togami
On Fri, 2002-08-23 at 14:21, Vikram Khurana wrote: Thanks Ray, The package is showing as installed. I didn't realize that I needed to take off the i386 at the end of the package name For package name in RPM, it is everything before the version and arch stuff of the file name. Do rpm -qi perl

[luau] rpm problem

2002-08-23 Thread Vikram Khurana
Howdy, When I do a rpm -ql package1 to see the files installed by the rpm, I get a message saying the package is not installed. However when I do rpm -Uvh package1 to install it, it says package is already installed, which is true, because the package is indeed installed. Why is it then rpm -ql

Re: [luau] rpm problem

2002-08-23 Thread Mike Ballon
PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 23, 2002 2:38 PM Subject: [luau] rpm problem Howdy, When I do a rpm -ql package1 to see the files installed by the rpm, I get a message saying the package is not installed. However when I do rpm -Uvh package1 to install it, it says package

RE: [luau] rpm problem

2002-08-23 Thread Vikram Khurana
, August 23, 2002 11:29 AM To: [EMAIL PROTECTED] Subject: Re: [luau] rpm problem hmm... Try this: rpm -qa | grep package Is it listed here? If so and rpm -ql doesn't show it try reinstalling or upgrading over it and if needed force it. rpm -ivh --force package also rpm -Uvh is to upgrade rpm -ivh

Re: [luau] rpm problem

2002-08-23 Thread Ray Strode
When I do a rpm -ql package1 to see the files installed by the rpm, I get a message saying the package is not installed. However when I do rpm -Uvh package1 to install it, it says package is already installed, which is true, because the package is indeed installed. Note that -ql and -Uvh take

Re: [luau] rpm problem

2002-08-23 Thread Ray Strode
rpm -I --justdb --force package-version.arch.rpm errr rpm -i --justdb --force package-version.arch.rpm --Ray

RE: [luau] rpm problem

2002-08-23 Thread Vikram Khurana
] Subject: Re: [luau] rpm problem When I do a rpm -ql package1 to see the files installed by the rpm, I get a message saying the package is not installed. However when I do rpm -Uvh package1 to install it, it says package is already installed, which is true, because the package is indeed installed