Install on Linux
Explore how you can install Red Hat build of Podman Desktop on Linux.
Abstract
Preface
You can install Red Hat build of Podman Desktop on Red Hat Enterprise Linux (RHEL). Use the subscription-manager package to enable the required RHEL extensions repository. Then, run the dnf install command to complete the installation. On Linux, Podman is automatically detected and run, helping users to immediately proceed with a quick onboarding process.
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 utilizes 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.