红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

Debian下安装experimental中的软件

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

TOP

发新话题