linux yum -y install vsftpd 无法下载,小仙女Linux很懂——安装VSftpd失败报错
原标题:小仙女Linux很懂——安装VSftpd失败报错今天在安装VSftpd时出现报错:[root@localhost ~]# yum install vsftpd -yLoaded plugins: fastestmirror, langpacksLoading mirror speeds from cached hostfilefile:///mnt/cdrom/repodata/repom
原标题:小仙女Linux很懂——安装VSftpd失败报错
今天在安装VSftpd时出现报错:
[root@localhost ~]# yum install vsftpd -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
file:///mnt/cdrom/repodata/repomd.xml: [Errno 14] curl#37 - "Couldn't open file /mnt/cdrom/repodata/repomd.xml"
Trying other mirror.
Resolving Dependencies
--> Running transaction check
---> Package vsftpd.x86_64 0:3.0.2-25.el7 will be installed
--> Finished Dependency Resolution
报错的原因是因为不能打开文件/repomd.xml。这种一看就是安装源有问题,这个报错就是找不到安装的路径,之前安装httpd的时候也遇到安装报错的问题,当时的解决方式是将yum.repos.d下的CentOS-Base.repo文件改为CentOS-Base.repo.bak.
看来这个文件还是得要。
那现在再把它改回去吧。
CentOS解决方式:
[root@localhost ~]# cd /etc/yum.repos.d
[root@localhost yum.repos.d]# mv CentOS-Base.repo.bak Centos-Base.repo
安装VSftpd成功。
[root@localhost yum.repos.d]# yum install vsftpd -y
Installed:
vsftpd.x86_64 0:3.0.2-27.el7
Complete!返回搜狐,查看更多
责任编辑:
更多推荐
所有评论(0)