本文主要是介绍Centos7 [Errno 14] curl#37 - Couldn't open file /mnt/Packages/repodata/repomd.xml,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
报上面的错误是因为
[FL]
name = Centos7.6
baseurl=file:///mnt/ (注意此处的路径)
gpgcheck=0
enable=1
因为
[root@localhost ~]# find /mnt/ -name repomd.xml
/mnt/repodata/repomd.xml
repomd.xml 是在/mnt下,如果baseurl 改用其它路径,则会出现上面错误 !!!!!!!!!!
这篇关于Centos7 [Errno 14] curl#37 - Couldn't open file /mnt/Packages/repodata/repomd.xml的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!