无法在 RHEL7 VM 上安装 cyrus-sasl
Can't get cyrus-sasl installed on RHEL7 VM
我有一个 RHEL7 虚拟机设置,正在尝试 运行 mongodb。安装后我得到:
--> Finished Dependency Resolution
Error: Package: mongodb-database-tools-100.3.0-1.x86_64 (MongoDB)
Requires: cyrus-sasl
Error: Package: mongodb-database-tools-100.3.0-1.x86_64 (MongoDB)
Requires: cyrus-sasl-plain
Error: Package: mongodb-database-tools-100.3.0-1.x86_64 (MongoDB)
Requires: cyrus-sasl-gssapi
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[vagrant@rhel7 yum.repos.d]$ mongo -v
-bash: mongo: command not found
[vagrant@rhel7 yum.repos.d]$ mongod -v
-bash: mongod: command not found
[vagrant@rhel7 yum.repos.d]$ mongod
-bash: mongod: command not found
[vagrant@rhel7 yum.repos.d]$ sudo yum install cyrus-sasl
Loaded plugins: product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
No package cyrus-sasl available.
Error: Nothing to do
[vagrant@rhel7 yum.repos.d]$ sudo yum install cyrus-sasl cyrus-sasl-gssapi cyrus-sasl-plain krb5-libs libcurl net-snmp openldap openssl xz-libs
Loaded plugins: product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
No package cyrus-sasl available.
No package cyrus-sasl-gssapi available.
No package cyrus-sasl-plain available.
No package net-snmp available.
Nothing to do
我尝试下载 cyrus-sasl 并手动安装它,但我没有找到任何关于如何正确安装的信息。任何帮助将不胜感激。
正如消息所说:
This system is not registered with an entitlement server. You can use subscription-manager to register.
您尚未支付 RHEL 订阅费用或未针对您的订阅正确配置您的系统。因此您的系统无法安装任何软件包。
修复您的系统或使用不需要支付操作费用的 OS,例如 CentOS。
我有一个 RHEL7 虚拟机设置,正在尝试 运行 mongodb。安装后我得到:
--> Finished Dependency Resolution
Error: Package: mongodb-database-tools-100.3.0-1.x86_64 (MongoDB)
Requires: cyrus-sasl
Error: Package: mongodb-database-tools-100.3.0-1.x86_64 (MongoDB)
Requires: cyrus-sasl-plain
Error: Package: mongodb-database-tools-100.3.0-1.x86_64 (MongoDB)
Requires: cyrus-sasl-gssapi
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[vagrant@rhel7 yum.repos.d]$ mongo -v
-bash: mongo: command not found
[vagrant@rhel7 yum.repos.d]$ mongod -v
-bash: mongod: command not found
[vagrant@rhel7 yum.repos.d]$ mongod
-bash: mongod: command not found
[vagrant@rhel7 yum.repos.d]$ sudo yum install cyrus-sasl
Loaded plugins: product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
No package cyrus-sasl available.
Error: Nothing to do
[vagrant@rhel7 yum.repos.d]$ sudo yum install cyrus-sasl cyrus-sasl-gssapi cyrus-sasl-plain krb5-libs libcurl net-snmp openldap openssl xz-libs
Loaded plugins: product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
No package cyrus-sasl available.
No package cyrus-sasl-gssapi available.
No package cyrus-sasl-plain available.
No package net-snmp available.
Nothing to do
我尝试下载 cyrus-sasl 并手动安装它,但我没有找到任何关于如何正确安装的信息。任何帮助将不胜感激。
正如消息所说:
This system is not registered with an entitlement server. You can use subscription-manager to register.
您尚未支付 RHEL 订阅费用或未针对您的订阅正确配置您的系统。因此您的系统无法安装任何软件包。
修复您的系统或使用不需要支付操作费用的 OS,例如 CentOS。