Skip to content

Instantly share code, notes, and snippets.

@gistub
Created January 6, 2025 01:53
Show Gist options
  • Select an option

  • Save gistub/fec0e1b202b1e99a137915b05698b7dd to your computer and use it in GitHub Desktop.

Select an option

Save gistub/fec0e1b202b1e99a137915b05698b7dd to your computer and use it in GitHub Desktop.
[macOS: Remove podman] uninstall podman that was installed using their pkg installer
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