在CentOS 7中使用yum删除具有依赖性的软件包

时间:2019-03-12 14:13:10

标签: package centos7 yum

我在VirtualBox上安装了CentOS 7,其中我正尝试使用Yum删除具有依赖性的软件包。我正在使用yum的autoremove选项,在其中我在yum的主要配置文件(/etc/yum.config)中添加了以下代码:

[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=5
bugtracker_url=http://bugs.centos.org/set_project.php?project_id=19&ref=http://bugs.centos.org/bug_report_page.php?category=yum
distroverpkg=centos-release
clean_requirements_on_remove=1

当我运行#yum autoremove命令时,它的响应为“没有标记为要删除的软件包”。我在哪里错了?

0 个答案:

没有答案