Subscribe to feed

Cài đặt bản mới nhất Firefox 3.5 (final) hoặc Firefox 3.6 trong Ubuntu

Để cài đặt bản mới nhất Firefox 3.5 (final) hoặc Firefox 3.6 trong Ubuntu, mở terminal:

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”

Thêm Launchpad PPA GPG key:

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

Cài đặt Firefox 3.5 final:

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

hoặc:

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

Leave a Reply