今天是2021-04-10,明天需要使用19c数据库,因此今天使用redhat-7.6 安装数据库。在配置yum本地源的时候提示:
[root@19c yum.repos.d]# yum clean all;
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Cleaning repos: redhat7
说明红帽需要收费,没有注册不能使用。既然提示subscription-manager这个东西了,顺便查看下subscription-manager
[root@19c yum.repos.d]# rpm -qa | grep subscription
subscription-manager-initial-setup-addon-1.21.10-2.el7.x86_64
subscription-manager-1.21.10-2.el7.x86_64
subscription-manager-rhsm-certificates-1.21.10-2.el7.x86_64
subscription-manager-plugin-container-1.21.10-2.el7.x86_64
subscription-manager-rhsm-1.21.10-2.el7.x86_64
subscription-manager-gui-1.21.10-2.el7.x86_64
突发奇想卸载了会不会就过去了呢?
[root@19c yum.repos