Installing Podman Desktop on Linux
Consider installing the Podman Desktop from Flathub to have:
- One command installation
- Package updates
Alternatively, you can install Podman Desktop from:
Prerequisites
Procedure
-
Verify the Flathub repository is enabled, and add it if required:
$ flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
-
Install Podman Desktop from Flathub:
$ flatpak install --user flathub io.podman_desktop.PodmanDesktop
Verification
-
Open Podman Desktop from a terminal:
$ flatpak run io.podman_desktop.PodmanDesktop
Update
-
Update Podman Desktop from Flathub:
$ flatpak update --user io.podman_desktop.PodmanDesktop