Replies: 1 comment 4 replies
-
Thanks for reaching out, @avnav88. I am not entirely sure I fully understand your issue but if you want to look for packages in Debian, the Debian package search is pretty helpful. Podman 4.4.0, for instance, is in experimental: https://packages.debian.org/search?suite=experimental&arch=any&searchon=names&keywords=podman |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i'm trying to use ansible to install podman, and i want to specify an exact version.
when i install without doing that and run
apt-cache show podman | grep Version
, i get:Version: 3.0.1+dfsg1-3+deb11u1
i'm wondering where i can find the full string for the latest version of 4.3.0.
this is a debian 11, so maybe it's the case that 3.0.1 is the latest stable version? But i'd like to know if theres a page i could go to to find how a full string for ansible.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions