当前位置:   article > 正文

how to fix "Cannot find a valid baseurl for repo: poptop-stable/7" in centos 7 *64 when use "yum -y

how to fix "Cannot find a valid baseurl for repo: poptop-stable/7" in centos 7 *64 when use "yum -y

[root@xbiaoyer-server-01 ~]# yum -y install pptpd
Loaded plugins: fastestmirror
base | 3.6 kB 00:00
extras | 3.4 kB 00:00
Could not retrieve mirrorlist http://poptop.sourceforge.net/yum/stable/mirrorlist-poptop-stable-rhel7 error was
14: HTTP Error 404 - Not Found

One of the configured repositories failed (Unknown),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:

  1. 1. Contact the upstream for the repository and get them to fix the problem.
  2. 2. Reconfigure the baseurl/etc. for the repository, to point to a working
  3. upstream. This is most often useful if you are using a newer
  4. distribution release than is supported by the repository (and the
  5. packages for the previous distribution release still work).
  6. 3. Run the command with the repository temporarily disabled
  7. yum --disablerepo=<repoid> ...
  8. 4. Disable the repository permanently, so yum won't use it by default. Yum
  9. will then just ignore the repository until you permanently enable it
  10. again or use --enablerepo for temporary usage:
  11. yum-config-manager --disable <repoid>
  12. or
  13. subscription-manager repos --disable=<repoid>
  14. 5. Configure the failing repository to be skipped, if it is unavailable.
  15. Note that yum will try to contact the repo. when it runs most commands,
  16. so will have to try and fail each time (and thus. yum will be be much
  17. slower). If it is a very temporary problem though, this is often a nice
  18. compromise:
  19. yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

Cannot find a valid baseurl for repo: poptop-stable/7

Hi you need to delete the repository of PPTP:

  1. rm /etc/yum.repos.d/pptp.repo
  2. yum update


声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/爱喝兽奶帝天荒/article/detail/834077
推荐阅读
相关标签
  

闽ICP备14008679号