Firefox 4 auf Ubuntu installieren

Aus Howtos und Gedankenstuetzen

Wechseln zu: Navigation, Suche


Um den aktuellen Firefox4 auf Ubuntu zu installieren ist folgendes nötig:


Als erstes fügen wir das PPA Repository zu unserer apt Sourcen hinzu:

#add-apt-repository ppa:mozillateam/firefox-stable


Das liefert folgenden Output im Terminal

''root@soplin01:/home/awiechert# sudo add-apt-repository ppa:mozillateam/firefox-stable
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 --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv 0AB215679C571D1C8325275B9BDB3D89CE49EC21 gpg: Schlüssel CE49EC21 von hkp Server keyserver.ubuntu.com anfordern
gpg: Schlüssel CE49EC21: Öffentlicher Schlüssel "Launchpad PPA for Mozilla Team" importiert
gpg: kein uneingeschränkt vertrauenswürdiger Schlüssel 0811214C gefunden
gpg: Anzahl insgesamt bearbeiteter Schlüssel: 1
gpg: importiert: 1 (RSA: 1)''


Anschliesend holen wir uns die neusten Paketinformationen

#apt-get update


Und installieren das neue Firefox Paket

#apt-get install firefox


Danach habt ihr den aktuellen Firefox, aber auf Englisch. Nun startet ihr den Firefox, dabei werden eure Addons überprüft und bei Bedarf geupdated.


Abschliesend installieren wir das deutsche Sparachpaket für den Firefox

Für 64 Bit

http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest-4.0/linux-x86_64/xpi/de.xpi

Für 32 Bit

http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest-4.0/linux-i686/xpi/de.xpi