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 ...
- 09-30-2007 #1Just 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
- 09-30-2007 #2
- 10-01-2007 #3
As mentioned above, you need root privileges to install packages globally on Linux. In this instance, you can do
Enter roots password when prompted and the package should install.Code:$su -c "rpm -Uvh flash-plugin-9.0.48.0-release.i386.rpm"


Reply With Quote