Results 1 to 2 of 2
hi..after installing pclinuxos on a spare drive opened a cli and typed
rpm -i bjfilter-common-2.50-2.i386.rpm
the rpm is in the current directory
this is error message
[root@localhost iP1500]# rpm -i ...
- 12-08-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 27
trying to install rpm errors
hi..after installing pclinuxos on a spare drive opened a cli and typed
rpm -i bjfilter-common-2.50-2.i386.rpm
the rpm is in the current directory
this is error message
[root@localhost iP1500]# rpm -i bjfilter-common-2.50-2.i386.rpm
error: cannot get shared lock on /var/lib/rpm/Packages
error: cannot open Packages index using db3 - Operation not permitted (1)
error: cannot open Packages database in /var/lib/rpm
ithis is the first time i have tried to do this so maybe i need to do something else first ..
- 12-08-2007 #2
You need to login as root to use RPM.
su -
(password)
# rpm -uhv bjfilter-common-2.50-2.i386.rpm
Or maybe PCLinuxOS uses sudo
sudo rpm -uhv bjfilter-common-2.50-2.i386.rpmI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote