Find the answer to your Linux question:
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 ...
  1. #1
    Just 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 ..

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    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.rpm
    I 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...