ubuntu12.04安裝或升級firefox至最新版(firefox20.0)

來源:互聯網
上載者:User

ubuntu12.04安裝或升級firefox至最新版(firefox20.0) 今天用firefox調試,狂按F12,firefox沒反應,firebug調試面板一直沒出來,於是網上搜尋了下,說是firefox版本低。。。OK,那就更新firefox的版本吧。最新版本為firefox20.0,下面為更新步驟: 1、下載最新版本:http://firefox.com.cn/download/ 2、刪除老版本: [plain] sudo apt-get remove firefox          註:我這原來的firefox是安裝完ubuntu就已經有了的。之前並不是手動鼓搗安裝的啊!以apt-get方式安裝的用此法刪除 3、安裝,ubuntu終端操作: [plain] cd /opt  #我安裝在/opt這個目錄下,先切換到這個目錄  sudo tar -xvf  /home/hui/Downloads/Firefox-latest.tar.bz2  #將下載的最新版本的firefox解壓  sudo ln -s /opt/firefox/firefox /usr/bin/firefox   #建立軟連結,在終端輸入firefox就能開啟了~_~   4、添加firefox啟動器:[plain] cd  /usr/share/applications  sudo vi firefox.desktop   配置樣本如下:[plain] 1 [Desktop Entry]  2 Version=20.0  3 Name=firefox  4 Exec=/opt/firefox/firefox  5 Terminal=false  6 Icon=/opt/firefox/icons/mozicon128.png  7 Type=Application  8 Categories=Development   儲存後,在dash裡面就可以搜尋到最新的firefox了,附個圖:  怎麼看是不是最新的版本呢? [plain] firefox --version   

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.