linuxpeter.de
  Batch, Scripts, Tools & Tips > Linux scripts and tools  
 
Linux scripts and tools
<< HowTo join a 2008 Active Directory Domain with OpenSuse 11.1 Index UT2003 install snippets >>
Aktueller Firefox für Ubuntu Wie man den Firefox installiert und die Sprache aktualisiert

Um den Firefox auf einen aktuellen Stand zu bringen, müssen wir zunächst mal die Quellen fürs apt etwas erweitern.

Am schnellsten so:

sudo sh -c "echo 'deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main' >> /etc/apt/sources.list"
sudo sh -c "echo 'deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main' >> /etc/apt/sources.list"

Danach den key:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE

Jetzt noch installieren:

Firefox 3.5:

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

Firefpox 3.6:

sudo apt-get update && sudo apt-get install firefox-3.6

Falls der 3.5er schon installiert ist und er nur mal "aufgefrischt" werden soll, dann so:

sudo apt-get update && sudo apt-get upgrade

Um das Ganze jetzt auf deutsch zu haben, habe ich mal ein language-file angepasst (für den 3.5.3pre)

Firefox 3.5.3pre Deutsch


Ungetestet:
Firefox 3.5.3 Deutsch
Firefox 3.6 Deutsch





Last updated by Bikerpete (admin)  on Aug 19 2009  at 9:56 AM
<< HowTo join a 2008 Active Directory Domain with OpenSuse 11.1 Index UT2003 install snippets >>


Info

Buy me a coffee ...


 
Top! Top!