Created
January 6, 2025 01:53
-
-
Save gistub/fec0e1b202b1e99a137915b05698b7dd to your computer and use it in GitHub Desktop.
[macOS: Remove podman] uninstall podman that was installed using their pkg installer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| podman machine stop | |
| podman machine rm | |
| sudo sfltool dumpbtm | grep pod | |
| sudo /usr/local/podman/helper/hamid/podman-mac-helper uninstall | |
| sudo rm -rf /usr/local/podman | |
| sudo rm -frv /opt/podman | |
| sudo rm /var/run/podman-helper-hamid.socket | |
| sudo rm /etc/paths.d/podman-pkg | |
| rm -fr ~/.local/share/containers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment