在redhat中安装namp时出错

时间:2017-05-17 18:05:29

标签: linux unix

[root@Redhat7 ~]# yum install nmap
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
https://cdn.redhat.com/content/beta/rhel/server/7/x86_64/debug/repodata/repomd.xml: [Errno 14] HTTPS Error 403 - Forbidden
Trying other mirror.

1 个答案:

答案 0 :(得分:0)

不是我的答案,但请检查一下:

  • 检查/etc/yum.conf中的代理配置
  • 检查所有YUM .repo文件是否使用最新的Fedora repo URL
  • 启动yum clean元数据以确保YUM使用更新的.repo文件内容
  • 再试一次yum install

类似的东西是solved here