当前位置: 首页 > news >正文

RHEL8登录提示This system is not registered to Red Hat Insights. See https://cloud.redhat.com/怎样去除

登录后提示
Activate the web console with: systemctl enable --now cockpit.socket

This system is not registered to Red Hat Insights. See https://cloud.redhat.com/
To register this system, run: insights-client --register
--OS版本
[root@rhel850 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.5 (Ootpa)

解决办法
1、卸载redhat订阅提示
执行 yum remove subscription-manager ,卸载redhat订阅提示,不然每次都提示你去注册This system is not registered to Red Hat Subscription Management

2、配置文件中关闭这个官方的订阅
vim /etc/yum/pluginconf.d/product-id.conf
vim /etc/yum/pluginconf.d/subscription-manager.conf
将enabled=1修改为enabled=0
并且为了确保依赖的软件包删除干净,在执行下这个命令
yum remove dnf-plugin-subscription-manager
...
Freed space: 55 M
Is this ok [y/N]: Y
...
xmlrpc-c-client-1.51.0-5.el8.x86_64

Complete!
[root@rhel850 ~]#
去除完成

http://www.rkmt.cn/news/49945.html

相关文章:

  • CAD开发的几种方式
  • Autel MK900TS: Advanced Wireless TPMS Scanner with Android 11 40+ Services
  • RimWorld 断点调试——第一回
  • Upgrade Your Diagnostics with OTOFIX VCI V1 Bluetooth Connector for Seamless Scanning
  • 2025 Autel IM608 PRO II Full Kit – Advanced Diagnostics with Free G-Box3
  • Python 在 Windows 上提示文本消息的实现(模拟安卓手机上的 Toast 效果)
  • 每日一导4
  • 4.3 基于极限拉伸强度估算零件S-N曲线
  • 2025年宁夏AI客服服务商/供应商最新top5专业推荐:智能交互重构企业服务新范式
  • Polander is good.
  • 软件工程学习日志2025.11.14
  • Intel N100是个性价比很高的CPU
  • MC 红石电路
  • 线世界“3P”:数码影音界的璀璨明珠
  • C# 流程控制(学习笔记3)
  • 【提示词工程】PPT做得越用心,听众越想睡觉?
  • win10 右击菜单-子项目过多导致 慢
  • 让PlantUML的布线更加简洁的一个方法
  • java实现Word转Pdf(Windows、Linux通用) - IT
  • docker: ubuntu 24.04安装docker
  • 探索“AI元人文”构想:致学者、技术专家与爱好者的一篇导言
  • 实用指南:计算机视觉(opencv)——基于 MediaPipe 人体姿态检测
  • 《团队协作:如何高效进行代码审查》
  • 英国留学中介避坑指南:新通/厚仁领跑,G5录取率93%+的靠谱留学机构清单
  • C# 数据类型与运算符(学习笔记2)
  • 《移动开发:Flutter与React Native的对比》‌
  • 超参数调优:Grid Search 和 Random Search 的实战对比
  • 实用指南:26秋招三分钟快速背诵一个八股-Spring中Bean的生命周期
  • FreeSWITCH使用RNNoise进行实时通话降噪
  • Spring AI Alibaba 项目源码学习(六)-Agent Framework 工作原理与使用