Is there any way to install latest version of podman on Debian/Ubuntu/RaspberryPi ? · containers/podman · Discussion #24633

# apt-get install podman
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  libgpgme-dev libgpgme11t64 python3-gpg
The following packages will be upgraded:
  libgpgme-dev libgpgme11t64 podman python3-gpg
4 upgraded, 0 newly installed, 0 to remove and 934 not upgraded.
Need to get 25.4 MB of archives.
After this operation, 38.1 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 file:/etc/apt/mirrors/debian.list Mirrorlist [30 B]
Get:2 https://deb.debian.org/debian sid/main amd64 libgpgme-dev amd64 1.24.0-2 [524 kB]
Get:3 https://deb.debian.org/debian sid/main amd64 libgpgme11t64 amd64 1.24.0-2 [344 kB]
Get:4 https://deb.debian.org/debian sid/main amd64 podman amd64 5.3.1+ds1-7 [24.1 MB]
Get:5 https://deb.debian.org/debian sid/main amd64 python3-gpg amd64 1.24.0-2 [412 kB]
Fetched 25.4 MB in 0s (62.8 MB/s)
Reading changelogs... Done
(Reading database ... 127395 files and directories currently installed.)
Preparing to unpack .../libgpgme-dev_1.24.0-2_amd64.deb ...
Unpacking libgpgme-dev (1.24.0-2) over (1.18.0-6+b1) ...
Preparing to unpack .../libgpgme11t64_1.24.0-2_amd64.deb ...
Unpacking libgpgme11t64:amd64 (1.24.0-2) over (1.18.0-6+b1) ...
Preparing to unpack .../podman_5.3.1+ds1-7_amd64.deb ...
Unpacking podman (5.3.1+ds1-7) over (5.2.1+ds1-2) ...
Preparing to unpack .../python3-gpg_1.24.0-2_amd64.deb ...
Unpacking python3-gpg (1.24.0-2) over (1.18.0-6+b1) ...
Setting up libgpgme11t64:amd64 (1.24.0-2) ...
Setting up podman (5.3.1+ds1-7) ...
Removing obsolete conffile /etc/profile.d/podman-docker.csh ...
Removing obsolete conffile /etc/profile.d/podman-docker.sh ...
Setting up python3-gpg (1.24.0-2) ...
Setting up libgpgme-dev (1.24.0-2) ...
Processing triggers for man-db (2.11.2-3) ...
Processing triggers for libc-bin (2.40-3) ...
Scanning processes...                                                                                                                                                                                                                           
Scanning linux images...                                                                                                                                                                                                                        

Running kernel seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
# podman --version
podman version 5.3.1

I think Debian maintainers are doing an amazing job with this.