Find the answer to your Linux question:
Results 1 to 3 of 3
I'm trying to install the Flash plugin for firefox. The directions say to type this. basement@linux:~/Desktop> rpm -Uvh flash-plugin-9.0.48.0-release.i386.rpm And this is the result error: cannot get exclusive lock on ...
  1. #1
    Just Joined!
    Join Date
    Oct 2006
    Posts
    8

    installing flash plugin

    I'm trying to install the Flash plugin for firefox. The directions say to type this.
    basement@linux:~/Desktop> rpm -Uvh flash-plugin-9.0.48.0-release.i386.rpm

    And this is the result
    error: cannot get exclusive 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

    Please help

  2. #2
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    i think you have to be root user to install

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    As mentioned above, you need root privileges to install packages globally on Linux. In this instance, you can do
    Code:
    $su -c "rpm -Uvh flash-plugin-9.0.48.0-release.i386.rpm"
    Enter roots password when prompted and the package should install.

Posting Permissions

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