標籤:
1.firefox瀏覽器
首先添加源地址 ,在/etc/apt/sources.list 裡面 最後添加
deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main
或者終端直接stdin
#echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | tee -a /etc/apt/sources.list > /dev/null
添加key
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
更新
apt-get update
安裝firefox
apt-get install firefox-mozilla-build
如果沒有flash外掛程式
apt-get install flashplugin-nonfree
如果想要中文的,用firefox開啟下面的連結,下載zh-cn.xpi
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32/xpi/
然後安裝這個,再在地址欄輸入about:config
搜尋useragent,最下面的一個general.useragent.locale雙擊修改裡面的en-US 為zh-CN
然後重啟firefox就可以了
註:
在後面的更新中,或者系統更新了,比如你更新到debian 7wheezy 裡面,如果remove掉iceweasel, 會提示你autoremove 掉gnome 和其他一些, 這是因為在wheezy中已經捆綁了iceweasel, 你只需要dppkg -P iceweasel 然後把firefox裝好, 接下來重新安裝一下apt-get install gnome就可以解決掉這個問題。
如果刪不了, 可以執行dpkg --remove --force-remove-reinstreq firefox-mozilla-build 來強制移除
2.chrome瀏覽器
系統升級後安裝chrome瀏覽器並未成功,需要第4步配置源,可能官方源裡缺少包吧。配置源後直接安裝Google官網下的deb包就行了
當然命令也可以了
sudo apt-get updatesudo apt-get install google-chrome-stable
3.Lantern
直接安裝下載好的安裝包。
4.uget+aria2
aptitude install uget
aptitude install aria2
4.1啟用aria2外掛程式
Debian 常用軟體