How to Install and Uninstall podman.x86_64 Package on Fedora 34

Last updated: June 26,2024

1. Install "podman.x86_64" package

Learn how to install podman.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install podman.x86_64

2. Uninstall "podman.x86_64" package

This is a short guide on how to uninstall podman.x86_64 on Fedora 34:

$ sudo dnf remove podman.x86_64 $ sudo dnf autoremove

3. Information about the podman.x86_64 package on Fedora 34

Last metadata expiration check: 2:24:02 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : podman
Epoch : 3
Version : 3.4.7
Release : 1.fc34
Architecture : x86_64
Size : 12 M
Source : podman-3.4.7-1.fc34.src.rpm
Repository : updates
Summary : Manage Pods, Containers and Container Images
URL : https://podman.io/
License : ASL 2.0 and BSD and ISC and MIT and MPLv2.0
Description : podman (Pod Manager) is a fully featured container engine that is a simple
: daemonless tool. podman provides a Docker-CLI comparable command line that
: eases the transition from other container engines and allows the management of
: pods, containers and images. Simply put: alias docker=podman.
: Most podman commands can be run as a regular user, without requiring
: additional privileges.
:
: podman uses Buildah(1) internally to create container images.
: Both tools share image (not container) storage, hence each can use or
: manipulate images (but not containers) created by the other.
:
: Manage Pods, Containers and Container Images
: podman Simple management tool for pods, containers and images