使用redhat的yum源是需要注册付费的
解决方法
1.卸载redhat 自带yum
#rpm -qa|grep yum|xargs rpm -e --nodeps 
2.下载Centos yum安装包
1.查看系统是i686 还是x86
#cat /etc/issue && arch
2.下载如下四个rpm包

注:可以使用yumdownloader xxx 的方法从Centos系统上下载rpm包
yumdownloader 命令需要执行命令 yum install utils -y
如系统是x86 可 下载 我的软件包 密码:a0yz
3.安装yum后,配置网络源
4.#vim /etc/yum.repo.d/Centos.repo
配置如下
[base]
name=CentOS-6 - Base - 163.com
baseurl=http://mirrors.163.com/centos/6/os/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=os
#gpgcheck=1
#gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
#
#
##released updates
#[updates]
#name=CentOS-6 - Updates - 163.com
#baseurl=http://mirrors.163.com/centos/6/updates/$basearch/
##mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=updates
#gpgcheck=1
#gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
#
#
##additional packages that may be useful
#[extras]
#name=CentOS-6 - Extras - 163.com
#baseurl=http://mirrors.163.com/centos/6/extras/$basearch/
##mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=extras
#gpgcheck=1
#gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
#
#
##additional packages that extend functionality of existing packages
#[centosplus]
#name=CentOS-6 - Plus - 163.com
#baseurl=http://mirrors.163.com/centos/6/centosplus/$basearch/
##mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=centosplus
#gpgcheck=1
#enabled=0
#gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
#
#
##contrib - packages by Centos Users
#[contrib]
#name=CentOS-6 - Contrib - 163.com
#baseurl=http://mirrors.163.com/centos/6/contrib/$basearch/
##mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=contrib
#gpgcheck=1
#enabled=0
#gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
5. 保存repo文件
6.#yum clean all
7.执行缓存
yum makecache 
可以正常使用yum 了
注:遇到 NO KEY  --nogpgcheck 跳过公钥检查

RedHat 6.4使用yum安装出现This system is not registered to Red Hat Sub相关推荐

  1. Minimal安装CentOS 7使用yum报This system is not registered to Red Hat Subscription Management.

    问题描述 最小化安装CentOS 7的Linux系统后,发现yum安装任何工具,都报This system is not registered to Red Hat Subscription Mana ...

  2. 保姆级Red Hat没有yum命令、报错This system is not registered to Red Hat Subscription Management.

    前言:红帽的yum源是需要注册付费的,如果一定要免费使用红帽系统,那么你需要将红帽的yum源替换为CentOS对应的源,那你可以花些时间看我的在替换yum源的过程以及所遇到的问题:如果不一定要使用红帽 ...

  3. 红帽yum安装httpd出现错误(This system is not registered to Red Hat Subscription Management. You can use subs)

    1.加入红帽开发者(注册红帽账号):https://developers.redhat.com/ 2.在Red Hat Subscription Management注册系统 subscription ...

  4. 解决Redhat Linux AS使用yum时出现This system is not registered with RHN的问题(改用CentOS的yum)...

    http://dongwenbo.blog.51cto.com/506198/538860 转载于:https://www.cnblogs.com/children/archive/2012/05/2 ...

  5. RedHat系Linux通过yum安装MySQL

    提示: 本次安装的是MySQL最新的版本 使用的系统为CentOS7 每个页面的链接在文档中都有,可以直接点击跳转 文章目录 RPM安装太费劲了! 零.首先要通过yum安装如下命令工具 一.导入官方仓 ...

  6. 虚拟机下Linux安装图解之三:Linux发行版本之Red Hat 9 安装

    1.起动VMware Workstation如图1: 2.单击Edit virtual machine settings,出现图2,设置好后按OK: 3.在图1中单击Start this virtua ...

  7. linux 中yum安装不成功,关于linux下安装yum(安装失败遇到的坑)

    This system is not registered to Red Hat Subscription Management. You can use subscription-manager t ...

  8. 【Redhat】新系统yum源配置

    一.说在前面 1.红帽的yum源要收费,作为技术人只能想点别的办法了,可以采用CentOS的yum源 2.根据阿里云的提示,CentOS 8操作系统版本结束了生命周期,阿里云镜像站也移除了相应镜像源. ...

  9. Linux软件包用yum但没网,Red Hat Linux 无法使用yum命令

    参考链接 https://blog.csdn.net/nudtfeizhang/article/details/83689808 为啥不能使用的 主要就是因为redhat自带的需要注册才能使用.通俗讲 ...

最新文章

  1. 高性能缓存服务器 Nuster
  2. java lists 引用包,在线等java【不在同一类,同一个包的两个LIst可以实现复制么?怎...
  3. 分组背包基础--1712 ACboy needs your help
  4. 对VOC目标检测数据进行增强
  5. Python 越来越火,为什么?
  6. php相差天数,php获取给定日期相差天数
  7. SparkSQL错误:Could not find uri with key [dfs.encryption.key.provider.uri] to create a keyProvider...
  8. 十、垃圾回收策略概览
  9. Linux下C语言编程(1):IO编程
  10. Mac屏幕显示怎么缩小放大?Mac屏幕缩放教程
  11. 不用扫描仪!纸质文档秒变电子档,微信这招绝对好用!
  12. Mac 自动化执行脚本 Expect
  13. 基于Python中docx与docxcompose批量合并多个Word文档文件并逐一添加分页符
  14. 四、在Xilinx FPGA上使用Cortex M1 软核——固化Cortex-M1程序
  15. 新一代国产区块链底层平台正式亮相,蓝石区块链实验室首发CefaChain技术 | 附白皮书
  16. c# 发送邮件保存服务器,c#-使用SmtpClient时如何保存电子邮件而不是发送电子邮件?...
  17. 疯子网页采集器之提取内容教程
  18. 一个葫芦娃的小程序,爷青回!
  19. amd插帧技术如何开启_不要浪费那块屏幕,联想小新13 Pro AMD锐龙标压版视频插帧设置...
  20. python中typeerror是什么意思_为什么在Python中线程会出现TypeError

热门文章

  1. 【MATLAB appdesigner】27_如何在appdesigner中调试,查看变量?(举例+技巧)
  2. Kaldi语音识别工具运行TIMIT数据库实例
  3. UEFI移植LVGL
  4. 今天我又带来了一款超好用的百度网盘高速下载器~附软件资源
  5. 鸿蒙手表esim,华为Watch 3最早或于5月发布 采用鸿蒙系统并支持eSIM
  6. PPv3-OCR自定义数据从训练到部署
  7. 新浪微博登陆开发流程
  8. 计算机化系统知识培训,法规基本知识培训附录9计算机化系统.pptx
  9. thinkphp的数据库方法column
  10. js中 scrollHeight、clientHeight、scrollTop的理解