热门标签 | HotTags
当前位置:  开发笔记 > 运维 > 正文

ubuntuvsftp通过apt-getinstallvsftp提示找不到安装包的解决办法

ubuntuvsftp通过apt-getinstallvsftp提示找不到安装包的解决办法--Linux发行版技术-Debian信息,下面是详情阅读。
昨天给公司装好了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了,就全来吧。
推荐阅读
author-avatar
CC小乖2502924425_929
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有