无法从 CentOS 8 卸载 Podman

发布于 2025-01-08 23:55:52 字数 532 浏览 1 评论 0原文

我在 CentOS 8 机器上安装了 podman。我想切换到 Docker,所以需要先删除 podman,因为它与 Docker 冲突。 但是,当我尝试删除它时,我得到以下信息:

Error:
 Problem: The operation would result in removing the following protected packages: dnf, systemd, systemd-udev

尝试了此操作,但它不起作用: https://www.ibm.com/ docs/en/eam/4.2?topic=questions-troubleshooting-tips#uninstall_podman

buildah 甚至没有安装

尝试过 yum 和 dnf - 否 去

I have podman installed on a CentOS 8 machine. I want to switch to Docker so need to remove podman first because it conflicts with Docker.
However, when I try to remove it I get this:

Error:
 Problem: The operation would result in removing the following protected packages: dnf, systemd, systemd-udev

Tried this and it didn't work:
https://www.ibm.com/docs/en/eam/4.2?topic=questions-troubleshooting-tips#uninstall_podman

buildah is not even installed

Tried with both yum and dnf - no go

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沧桑㈠ 2025-01-15 23:55:52

通过添加 --allowerasing 解决

sudo yum install docker-ce.x86_64 --allowerasing

solved by adding --allowerasing

sudo yum install docker-ce.x86_64 --allowerasing
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文