Results 11 to 13 of 13
Without brackets:
Code:
[marcus@localhost marcus]$ cd Documents
[marcus@localhost Documents]$ cd Gaim
[marcus@localhost Gaim]$ dir
gaim-0.80-0mdk10.0.i586.rpm
[marcus@localhost Gaim]$ rpm -i g*.rpm
warning: gaim-0.80-0mdk10.0.i586.rpm: V3 DSA signature: NOKEY, key ID 4c292fcc
error: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-05-2004 #11Just Joined!
- Join Date
- Jul 2004
- Location
- Los Angeles, CA
- Posts
- 66
Without brackets:
::grumbles to self::Code:[marcus@localhost marcus]$ cd Documents [marcus@localhost Documents]$ cd Gaim [marcus@localhost Gaim]$ dir gaim-0.80-0mdk10.0.i586.rpm [marcus@localhost Gaim]$ rpm -i g*.rpm warning: gaim-0.80-0mdk10.0.i586.rpm: V3 DSA signature: NOKEY, key ID 4c292fcc error: cannot open lock file ///var/lib/rpm/RPMLOCK in exclusive mode error: cannot open Packages database in /var/lib/rpm
- 08-05-2004 #12Linux Newbie
- Join Date
- May 2004
- Location
- Boston, MA
- Posts
- 246
You may need to point rpm to the location of your RPM database if it's not the default of "/var/lib/rpm". Do a
to find it, and then use the commandCode:locate *lib*rpm
or whatever path you found. Does this work?Code:rpm -i --dbpath /usr/lib/rpm g*.rpm
Situations arise because of the weather,
And no kinds of love are better than others.
- 08-05-2004 #13Just Joined!
- Join Date
- Jul 2004
- Location
- Los Angeles, CA
- Posts
- 66
Sorry this is becoming a pain in the ass for everyone...

It appears as though the .rpm library or whatnot is in /var/lib/rpm:
Code:[marcus@localhost marcus]$ locate *lib*rpm /var/lib/rpm /usr/lib/rpm /usr/lib/vfs/2.0/extfs/rpm /usr/lib/vfs/2.0/extfs/trpm


Reply With Quote
