Easy cam error

Asked by Kyle100101

On the FAQ page for easy cam: (https://help.ubuntu.com/community/EasyCams) It says to put sudo apt-get update in the terminal But I get this error.

W: GPG error: http://wine.budgetdedicated.com gutsy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 58403026387EE263
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.

So I run the apt-get update and I get yet another error.

E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
E: Unable to lock the list directory

Lets see if we cannot fix these.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was reopened

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Please install the repositry gpg key

Please open a Terminal from the menu Applications->Accessories->Terminal and type:

wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

give your user password when requested, you don't see nothing when you type it, then press enter.

Then type:

sudo apt-get update
sudo apt-get upgrade

Hope this helps

Revision history for this message
Kyle100101 (michaelmountbatten) said :
#2

Wow thanks mate, You have answered allot of my questions but I did get another small error when doing that.

All done, errors in processing 1 file(s)
dpkg: error processing msttcorefonts (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 msttcorefonts
E: Sub-process /usr/bin/dpkg returned an error code (1)

Revision history for this message
Kyle100101 (michaelmountbatten) said :
#3

Thanks marcobra, that solved my question.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

Please open a Terminal from the menu Applications->Accessories->Terminal and type:

sudo apt-get -f install

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
Kyle100101 (michaelmountbatten) said :
#5

I got the same error mate.

Revision history for this message
Bhavani Shankar (bhavi) said :
#6

OK..

This message is telling you that there is a lock file preventing your package manager from getting exclusive access. Package managers create these lock files when they starts and if they crash, you reboot, your power goes out, etc, before they are completed, the lock file remains and the next manager believes another manager is already running.Use the following to delete the lock files, but make sure another copy of a package manager isn't running first.
Try these commands in a terminal:
sudo rm /var/lib/dpkg/lock
sudo rm /var/cache/apt/archives/lock

Regards

Bhavani Shankar.

Revision history for this message
Kyle100101 (michaelmountbatten) said :
#7

When I put those in it did not do anything.

Revision history for this message
Bhavani Shankar (bhavi) said :
#8

Try installing it again.... I mean the easy cam package.. Am off to sleep now.. Have a try and keep us informed..

See you tomorrow

Regards

Bhavani Shankar.

Revision history for this message
Kyle100101 (michaelmountbatten) said :
#9

Have a good night mate.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#10

When you try to install msttcorefonts the package try to get via wget some fonts files using the wget utility and you must first solve your proxy issue https://answers.launchpad.net/ubuntu/+question/26295
to get also this solved...

Thank you

Can you help with this problem?

Provide an answer of your own, or ask Kyle100101 for more information if necessary.

To post a message you must log in.