Install on Linux
Explore how you can install Red Hat build of Podman Desktop on Linux.
Abstract
Preface
Red Hat build of Podman Desktop runs on Red Hat Enterprise Linux (RHEL) using the subscription-manager package and the dnf installer. On Linux, Podman is automatically detected, allowing you to start working with containers immediately after installation.
Chapter 1. Install on a RHEL machine
Install Red Hat build of Podman Desktop on a RHEL 10 machine by using the subscription-manager package and the dnf package installer.
Unlike macOS or Windows, Linux does not require Podman machine initialization. Because Podman uses native Linux kernel features (namespaces and cgroups), it runs directly on Linux hosts without the overhead of a virtual machine.
Prerequisites
- You have a RHEL 10 machine.
-
You have registered with the
subscription-managerpackage using either your account details or an activation key.
Procedure
Open a terminal, and enable the RHEL extensions repository:
$ sudo subscription-manager repos --enable rhel-10-for-$(uname -m)-extensions-rpms- Enter your password when prompted.
Install Red Hat build of Podman Desktop:
$ sudo dnf install rh-podman-desktop-
Enter
yto confirm the installed size. -
Enter
yto import the GPG key and complete the installation.
Verification
- Enter Red Hat build of Podman Desktop in the search box at the top of your home screen, and click the application to open it.
Follow the prompts to complete a quick onboarding process with the application.
NotePodman is included with a RHEL subscription, and the application automatically detects and runs it.
NoteTo update Red Hat build of Podman Desktop on Linux, run
sudo dnf update rh-podman-desktop. In-app update prompts are not applicable to Linux installations.