红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Debian

ubuntu vsftp通过apt-get install vsftp提示找不到安装包的解决办法

发布时间:2008-08-28 00:17:31来源:红联作者:gaiebian
昨天给公司装好了ubuntu8的服务器,但是在安装vsftpd的时候提示找不到安装包,后来通过如下办法解决:

更新软件库

修改 /etc/apt/sources.list, 加入

deb http://ftp.us.debian.org/debian stable main contrib non-free
deb http://ftp.us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://ftp.us.debian.org/debian testing main contrib non-free
deb http://ftp.us.debian.org/debian-non-US testing/non-US main contrib non-free
deb http://ftp.us.debian.org/debian unstable main contrib non-free
deb http://ftp.us.debian.org/debian-non-US unstable/non-US main contrib non-free

执行 apt-get update 更新软件库

时间比较长,其实要装vsftpd只需要更新几个就行了,不过俺不记得url了,就全来吧。
文章评论

共有 0 条评论