Help me now!
I can not update the repository in Application Manager & in Xterminal. Is there a problem who can help me to finish? I am grateful in advance!
~ $ sudo gainroot
Root shell enabled
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.
/home/user # apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
libwrt-api-experimental1: Depends: libwrt-experimental1 (= 1.1tp-3) but it is not installed
E: Unmet dependencies. Try using -f.
/home/user #
Try the following commands:
sudo gainroot
gpg --keyserver pgpkeys.mit.edu --recv-key 667387BFFF445C24
gpg -a --export 667387BFFF445C24 | apt-key add
- until the final "OK" display on your screen. Good luck!
as mentioned in the below blog http://support.mozilla.com/en-US/questions/805722
Help me now!
I can not update the repository in Application Manager & in Xterminal. Is there a problem who can help me to finish? I am grateful in advance!
W: GPG error: http://moff.mozilla.com fremantle Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 667387BFFF445C24
W: You may want to run apt-get update to correct these problems
/home/user #
You can ignore this - it has absolutely no effect on anything working.
/home/user # apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
libwrt-api-experimental1: Depends: libwrt-experimental1 (= 1.1tp-3) but it is not installed
E: Unmet dependencies. Try using -f.
/home/user #
Here's your issue. The libwrt-experimental packages have been replaced by the release versions now, but the release versions aren't flagged as replacing them, which causes this sort of issue. Try running "dpkg -r libwrt-api-experimental1", and post any errors that you get from there.
You can ignore this - it has absolutely no effect on anything working.
Here's your issue. The libwrt-experimental packages have been replaced by the release versions now, but the release versions aren't flagged as replacing them, which causes this sort of issue. Try running "dpkg -r libwrt-api-experimental1", and post any errors that you get from there.
W: GPG error: http://moff.mozilla.com fremantle Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 667387BFFF445C24
W: You may want to run apt-get update to correct these problems
/home/user #
After that a new error came..................
When i typed:
$ dpkg -r libwrt-api-experimental1
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it.
W: GPG error: http://moff.mozilla.com fremantle Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 667387BFFF445C24
W: You may want to run apt-get update to correct these problems
/home/user #
This isn't an error, it's a warning, and you can completely ignore it.
can i know how to solve the libwrt-experimental1 problem?
What problem exactly? The package is out of date now, and should be removed and replaced with the normal libwrt1 package. Unfortunately there's not a clean upgrade path, so you need to uninstall it manually (via dpkg -r) and then install the replacement package.