Chapter 1. Install on a RHEL machine
Install Red Hat build of Podman Desktop on a RHEL 10 machine using the subscription-manager package to enable the extensions repository and the dnf package installer.
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-arch=$(uname -m)-extensions-rpms
$ sudo subscription-manager repos --enable rhel-10-for-arch=$(uname -m)-extensions-rpmsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Enter your password when prompted.
Install Red Hat build of Podman Desktop:
sudo dnf install rh-podman-desktop
$ sudo dnf install rh-podman-desktopCopy to Clipboard Copied! Toggle word wrap Toggle overflow -
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.