How to Install and Uninstall podman-remote.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 20,2024

1. Install "podman-remote.x86_64" package

This is a short guide on how to install podman-remote.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install podman-remote.x86_64

2. Uninstall "podman-remote.x86_64" package

This guide covers the steps necessary to uninstall podman-remote.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove podman-remote.x86_64 $ sudo dnf autoremove

3. Information about the podman-remote.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:33:16 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : podman-remote
Version : 2.2.1
Release : 7.module_el8.3.0+699+d61d9c41
Architecture : x86_64
Size : 10 M
Source : podman-2.2.1-7.module_el8.3.0+699+d61d9c41.src.rpm
Repository : appstream
Summary : (Experimental) Remote client for managing podman containers
URL : https://podman.io/
License : ASL 2.0 and GPLv3+
Description : Remote client for managing podman containers.
:
: This experimental remote client is under heavy development. Please do not
: run podman-remote in production.
:
: podman-remote uses the varlink connection to connect to a podman client to
: manage pods, containers and container images. podman-remote supports ssh
: connections as well.