Cannot Uninstall Podman from Centos 8
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...
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:
buildah is not even installed
Tried with both yum and dnf - no go
1 Answer
solved by adding --allowerasing
sudo yum install docker-ce.x86_64 --allowerasing