podman, ubuntu,

How to install Podman on Ubuntu 21.10

Feb 28, 2022 · 1 min read · Post a comment

In this tutorial, I’m going to show how to install Podman on Ubuntu 21.10 using the default Ubuntu 21.10 packages. Previously we clarified that installing Podman with the default Ubuntu 20.04 packages is not possible. So you need to follow this blog.

Prerequisites

  • Ubuntu 21.10
  • sudo privileges

Install Podman on Ubuntu 21.10

Step 1. There are two steps for installing Podman on Ubuntu 21.10. First, we should update the Ubuntu 21.10 apt database with:

sudo apt-get update

Step 2. Install Podman on Ubuntu 21.10.

sudo apt-get install podman

Step 3. To check the version, run:

podman --version

Step 4. To get some initial info from Podman, run:

podman info

Conclusion

Using Ubuntu 21.10 system packages to install Podman makes life much easier. Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.