Installing on Ubuntu 20.04 from binaries alone #21382
-
Since the podman version available for ubuntu 20.04 is ancient (3.4), and I can't be bothered to install 10Gb+ for a go toolchain and all dependencies, I downloaded the binaries available here, as well as
At this point, if I run
So, it seems something is missing, however I'm able to use a Qemu VM with
I was under the impression that you didn't need a Qemu machine under linux, but it seems there should be something missing in my installation The podman installation guide gives no details on how to install from the provided binaries, so I just added them all to $PATH (which seems to have brought me up to 80% accomplishment) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Only the Newer versions of Ubuntu have newer versions of Podman, but it is not backported: https://packages.ubuntu.com/podman |
Beta Was this translation helpful? Give feedback.
-
There is kubic repo: https://podman.io/docs/installation#ubuntu But due to updated version of go, which is not existing on older ubuntus, build is not working: I fixed the build script couple days ago, it succeed but it did not get merged yet: I saw the kubic unstable is managed by @lsm5 but he posted a comment somewhere in the discussion that he dont have time to manage it. @rhatdan @vrothberg @giuseppe - could you advise how to push it forward? I'm willing to work on fixing ubuntu build, as well as the ubuntu documentation (after build script got merged) |
Beta Was this translation helpful? Give feedback.
-
FYI I was able to install successfully using this repo: https://github.com/mgoltzsche/podman-static
The only absolutely minor inconvenience is that I had already some work and images on the qemu VM, but I will remove that now and rebuild thanks for the replies |
Beta Was this translation helpful? Give feedback.
FYI I was able to install successfully using this repo: https://github.com/mgoltzsche/podman-static