• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Apt-get/WindowMaker problem

Regulus

Weaksauce
Joined
Mar 24, 2004
Messages
96
So I just finished loading my newest Fedora box; and I've never had this problem before.

I installed WindowMaker via apt-get and got this:
Code:
[root@MythTV mythtv]# apt-get install windowmaker
warning: cannot get exclusive lock on /var/lib/rpm/Packages
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package windowmaker

When I tried to switchdesk to WindowMaker from my user account I got: "ERROR: WindowMaker not installed!"

Help! What is going on here? I'm guessing it has something to do with "warning: cannot get exclusive lock on /var/lib/rpm/Packages" ?
 
This part of the error warning: cannot get exclusive lock on /var/lib/rpm/Packages is usually caused by one of two things:
1. Some other program is running which is working with RPM (i.e. some sort of auto-updater perhaps?).
2. You're trying to run apt-get as a user other than root.
 
Are you sure the package is called windowmaker? On Debian, its 'wmaker'
 
Back
Top