mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-22 01:57:18 +00:00
### What does this PR do? We do not have zip's available. ### Screenshot / video of UI <!-- If this PR is changing UI, please include screenshots or screencasts showing the difference --> N/A ### What issues does this PR fix or reference? <!-- Include any related issues from Podman Desktop repository (or from another issue tracker). --> N/A, slack comment ### How to test this PR? <!-- Please explain steps to verify the functionality, do not forget to provide unit/component tests --> N/A Signed-off-by: Charlie Drage <charlie@charliedrage.com>
1.6 KiB
1.6 KiB
| sidebar_position | title | description | tags | keywords | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5 | Linux | You can install Podman Desktop on Linux from Flathub, a Flatpak bundle, or a compressed tar file. |
|
|
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