← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #75982]: Firefox 3.5

 

Question #75982 on firefox-3.0 in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/firefox-3.0/+question/75982

    Status: Open => Answered

marcobra (Marco Braida) proposed the following answer:
I confirm to you the keyserver.ubuntu.com is working

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A6DCF7707EBC211F
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys A6DCF7707EBC211F
gpg: requesting key 7EBC211F from hkp server keyserver.ubuntu.com
gpg: key 7EBC211F: public key "Launchpad PPA for Ubuntu Mozilla Security Team" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)


By the way please try a different gpg keyserver
sudo apt-key adv --keyserver wwwkeys.eu.pgp.net --recv-keys A6DCF7707EBC211F

Here the result of the command:

sudo apt-key adv --keyserver wwwkeys.eu.pgp.net --recv-keys A6DCF7707EBC211F
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver wwwkeys.eu.pgp.net --recv-keys A6DCF7707EBC211F
gpg: requesting key 7EBC211F from hkp server wwwkeys.eu.pgp.net
gpg: key 7EBC211F: "Launchpad PPA for Ubuntu Mozilla Security Team" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

You can also try a different method to add repository key fro the
https://launchpad.net/~ubuntu-mozilla-security/+archive/ppa

open the
http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0xA6DCF7707EBC211F

Create a new file called mygpg.key
copy and paste into thet file called mygpg.key  the 

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: SKS 1.0.10

mI0ESXjYbAEEAL22iGqFiO9UBd4VAaoVJU5cEW5RU11+62LekHHKIkEtYJXIbhNzNK9T+ZfH
6fOY4gFp+fBPyGBvImVZNFG4uLY069J1rndH2fOu1WFFT6nkoQbVqBMZKK+HvJXjeBQocTPi
mn51m26v5/vf+lJW/BrZajf9wlwa74GVy5kcUuWnABEBAAG0LkxhdW5jaHBhZCBQUEEgZm9y
IFVidW50dSBNb3ppbGxhIFNlY3VyaXR5IFRlYW2ItgQTAQIAIAUCSXjYbAIbAwYLCQgHAwIE
FQIIAwQWAgMBAh4BAheAAAoJEKbc93B+vCEfZ5cD/1CtwtV5qXYcSjj1SR63HBSV4MtKPuaU
KBawx7FyyPIukisgaKzZbSmAaVa4eyUOFHOlLKoPkH592IYM4RCFElhn4XTj+rbiDxiBjzNZ
t71wr4XVMKx+tCIRGSek4s+3AV2C8UDVvCexx+jetvcA5Qfpi8Ki1Iz8slD3lhpS0NrR
=J4UF
-----END PGP PUBLIC KEY BLOCK-----

save and exit then add the key with this command:

sudo apt-key add mygpg.key

then run the update and install the firefox-3.5 package in a terminal
type:

sudo apt-get update
sudo apt-get install firefox-3.5
sudo apt-get upgrade

Hope this helps

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.