Debian下安裝experimental中的軟件
firefox/Iceweasel 3只在Debian裏的experimental中有。自己編譯又太花時間。要安裝experimental中的軟件,首先是修改源,將類似這行的加入源:
deb http://ftp.de.debian.org/debian/ experimental main non-free contrib
然後是更新軟件列表
sudo aptitude update
默認是不會裝experimental裏的東西的,要裝要特別聲明:
sudo aptitude -t experimental install iceweasel
Leave a Reply