How to Install and Uninstall podman-plugins.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "podman-plugins.x86_64" package

Here is a brief guide to show you how to install podman-plugins.x86_64 on CentOS Stream 8

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

2. Uninstall "podman-plugins.x86_64" package

In this section, we are going to explain the necessary steps to uninstall podman-plugins.x86_64 on CentOS Stream 8:

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

3. Information about the podman-plugins.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:18:08 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : podman-plugins
Epoch : 3
Version : 4.9.2
Release : 1.module_el8+899+3d7192e3
Architecture : x86_64
Size : 1.3 M
Source : podman-4.9.2-1.module_el8+899+3d7192e3.src.rpm
Repository : appstream
Summary : Plugins for podman
URL : https://podman.io/
License : Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
Description : This plugin sets up the use of dnsmasq on a given CNI network so
: that Pods can resolve each other by name. When configured,
: the pod and its IP address are added to a network specific hosts file
: that dnsmasq will read in. Similarly, when a pod
: is removed from the network, it will remove the entry from the hosts
: file. Each CNI network will have its own dnsmasq instance.