Installing Podman Desktop on Linux
You can install Podman Desktop from:
Installing Podman Desktop from Flathub
Consider installing the Podman Desktop from Flathub to have:
- One command installation
- Package updates
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
Additional resources
Next steps
Installing Podman Desktop from a Flatpak bundle
Consider installing a Flatpak bundle rather than Flathub when:
- You cannot use Flathub.
- You want to install an unreleased version.
Prerequisites
Procedure
Download the Flatpak bundle to a
$HOME/Downloads/podman-desktop-<version>.flatpak
file from:Install Podman Desktop from the downloaded Flatpak bundle:
$ flatpak install --user $HOME/Downloads/podman-desktop-<version>.flatpak
Verification
Open Podman Desktop from a terminal:
$ flatpak run io.podman_desktop.PodmanDesktop
Additional resources
Next steps
Installing Podman Desktop from a compressed tar file
Consider installing from an archive rather than from Flathub, or a Flatpak bundle when:
- You cannot use Flatpak.
- You install in a restricted environment.
Prerequisites
- Podman stable version
Procedure
- Download the
podman-desktop-<version>.tar.gz
archive from the Git repository release assets. - Extract the content.
- Go to the extracted directory.
- Double-click on the
podman-desktop
executable file.