BCLinux用yum安装报Your license is invalid. Please register to BigCloud Enterprise Linux(BC-Linux...

  BCLinux
10
0
0
字数:354
博主: 勤勇学
发布于: 2024-09-09 16:20:43
原创声明:文章所有权为创作者【原创】所有,未经许可,不得转载!

这是由于中国移动定制的BCLinux添加license限制,导致无法使用

Your license is invalid. Please register to BigCloud Enterprise Linux(BC-Linux...

报错信息显示为license不可用

解决方法

有两个,如下:

1、设置license管理不可用

修改文件`/etc/yum/pluginconf.d/license-manager.conf`,设置文件中的enable默认为1,修改为0

2、删除license管理相关的包

查找相关包

rpm -qa | grep license

卸载包

rpm -e --nodeps bclinux-license-manager-2.0-3.el7.bclinux.x86_64 --noscripts