问题:从系统和 Yum 中删除 python-boto。它似乎不再安装,但仍然出现在 yum 中。
尝试过: yum clean all;百胜检查; rpm -e --noscripts python-boto 和 rpm -e --noscripts python-boto.noarch 但还没有解决。使用 find 来检查包是否存在。有关每个的详细结果,请参见下文。
问题:我还可以尝试什么以及尝试它有什么风险
# yum list | grep boto
python-boto.noarch 2.25.0-2.el7.centos extras
python-boto3.noarch 1.4.6-5.el7 base
python2-XStatic-roboto-fontface.noarch 0.4.3.2-4.el7 epel
python2-boto.noarch 2.45.0-3.el7 epel
python2-boto3.noarch 1.4.6-1.el7 epel
python2-botocore.noarch 1.6.0-1.el7 epel
# yum remove python-boto
Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-
: manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
No Match for argument: …
Run Code Online (Sandbox Code Playgroud)