Skip to content

Instantly share code, notes, and snippets.

@zerkz
Created June 19, 2022 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zerkz/f3f31ff3459bcaa5fdeb1d4019aae3d7 to your computer and use it in GitHub Desktop.
Save zerkz/f3f31ff3459bcaa5fdeb1d4019aae3d7 to your computer and use it in GitHub Desktop.
Build/Install Podman from Source on Ubuntu/Debian/PopOS/Other Linux?

Build and Install Podman

  1. cd /tmp/
  2. git clone https://github.com/containers/podman
  3. cd podman
  4. Install build dependencies
  5. sudo make
  6. sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment