How to Install and Uninstall podman-plugins.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "podman-plugins.x86_64" package

Please follow the guidance below to install podman-plugins.x86_64 on Rocky Linux 8

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

2. Uninstall "podman-plugins.x86_64" package

This tutorial shows how to uninstall podman-plugins.x86_64 on Rocky Linux 8:

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

3. Information about the podman-plugins.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:43:01 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : podman-plugins
Epoch : 2
Version : 4.1.1
Release : 2.module+el8.6.0+997+05c9d812
Architecture : x86_64
Size : 3.1 M
Source : podman-4.1.1-2.module+el8.6.0+997+05c9d812.src.rpm
Repository : appstream
Summary : Plugins for podman
URL : https://podman.io/
License : ASL 2.0 and GPLv3+
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.