-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman fails to install on Ubuntu 22.04.3 #20214
Comments
It is available in the "universe" (not in "main"), but should be enabled by default ? https://packages.ubuntu.com/podman It means that it is unsupported by Ubuntu, and will not receive security updates... |
This is not an upstream issue. |
Could we update the steps in the installation guide for Ubuntu with ones that work? The site shows the steps I followed and says the package is available in official repositories for Ubuntu 20.10. Maybe it is available but it can't be installed by the steps printed.. Has anyone successfully installed on 22.04.3? if so, how? |
The additional step would be to enable 'universe'. This command does it: |
You can make a PR for the documentation, to suggest adding that line. It should not hurt, if already enabled. $ sudo add-apt-repository universe
'universe' distribution component is already enabled for all sources. https://github.com/containers/podman.io/blob/main/docs/installation.md |
Issue Description
following directions on this site: https://podman.io/docs/installation
installing podman on Ubuntu 22.04 should be as easy as
But on my system, which is a newly deployed Ubuntu VM, I get the following error:
OS Info:
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
podman is not installable.
Describe the results you expected
podman to be installed
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: