red hat 6.5 红帽企业Linux.6.5 yum This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 解决办法

1.删除redhat原有的yum

rpm -aq|grep yum|xargs rpm -e --nodeps 

2.下载yum安装文件

wget http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-3.2.29-40.el6.centos.noarch.rpm
wget http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-metadata-parser-1.1.2-16.el6.x86_64.rpm
wget http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.30-14.el6.noarch.rpm
wget http://mirrors.163.com/centos/6/os/x86_64/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm

3.进行安装yum

rpm -ivh python-iniparse-0.3.1-2.1.el6.noarch.rpm
rpm -ivh yum-metadata-parser-1.1.2-16.el6.x86_64.rpm
rpm -ivh yum-3.2.29-40.el6.centos.noarch.rpm yum-plugin-fastestmirror-1.1.30-14.el6.noarch.rpm 

4.清除原有缓存

yum clean all

5.重建缓存,以提高搜索安装软件的速度

yum makecache

6.更新系统

yum update
时间: 2024-08-29 03:36:47

red hat 6.5 红帽企业Linux.6.5 yum This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 解决办法的相关文章

RedHat Enterprise Linux 6.4使用yum安装出现This system is not registered to Red Hat Subscription Management

我虚拟机安装的系统是RedHat Enterprise Linux 6.4-i686,是32位的.使用yum命令安装软件时候出现以下错误: This system is not registered to Red Hat Subscription Management.You can use subscription-manager to register. 主要原因就是redhat的yum源是需要注册付费的,所以我打算卸掉红帽原有的yum源. 步骤一: 首先我们检查一下当前已经安装的yum包

[红帽企业Linux.5.10服务器版]下安装VMWare Tools

VMware-Tools的作用:     VMWare Tools是Vmware提供的增强虚拟显卡和硬盘性能.以及同步虚拟机与主机时钟的驱动程序安虚拟机的驱动用的,直接效果就是可以提高虚拟系统的显示分辨率,而且鼠标可以在虚拟机界面和主机界面之间直接切换,不用按ctrl+alt. 安装条件:     1.VMware下的RedHatLinux已经安装完成     2.有本版本的VMware下的Linux光盘映像文件.     建议安装VMware完整版,这样VMware安装完成后Linux光盘映像

3在红帽企业LINUX中获取帮助

在红帽企业LINUX中获取帮助 在红帽企业LINUX中获取帮助 whatis man --help Pinfo sosreport /usr/share/doc 使用man命令读取文档 [[email protected] xx]# man man 1  Executable programs or shell commands               用户命令(可执行命令和shell程序) 2  System calls (functions provided by the kernel)

yum报错:This system is not registered to Red Hat Subscription Management.解决办法

使用yum安装软件,报错如下: [[email protected] ~]# yum -y install mariadbLoaded plugins: langpacks, product-id, subscription-managerThis system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.No package mariadb

Posts Tagged ‘This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register问题的解决办法

HowTo Install redhat package with YUM command without RHN February 26, 2014 in Redhat / Linux Tips and TricksTags: build local repository, build redhat local repository, HowTo Install redhat package with YUM command without RHN, This system is not re

关于免费解决RedHat6.5的:This system is not registered to Red Hat Subscription Management..

redhat默认自带的yum源需要注册,才能更新,报错:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.可替换为centos对应的源. 操作如下: 1.检查是否安装yum包.查看RHEL是否安装了yum,若是安装了,那么又有哪些yum包:    rpm -qa |grep yum 2 删除redhat自带的yum包    r

red-hat6.5 yum 源配置,This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register

This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register ftp://ftp.pbone.net/mirror/pkgs.repoforge.org/python-yaml/python-yaml-3.09-3.el6.rf.x86_64.rpm

This system is not registered to Red Hat Subscription Management.

Centos6.4 安装完后系统Yum无法使用,解决办法大概如下: 1.检查是否安装了yum包. rpm -qa | grep yum 2.删除redhat自带的Yum包. rpm -qa | grep yum | xargs rpm -e --nodeps (不检查依赖,直接卸载yum包) rpm -qa | grep yum (查询下看是否卸载干净) 3.下载新的yum包,使用Centos 6.5的yum包 1)检查系统的版本号和系统类型: [[email protected] yum.re

redhat7(centos7) not registered to Red Hat Subscription Management

[[email protected] ~]# yum install ntp Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. http://mirro