How to Install and Uninstall podman-plugins.x86_64 Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "podman-plugins.x86_64" package

In this section, we are going to explain the necessary steps to install podman-plugins.x86_64 on Oracle Linux 9

$ 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 Oracle Linux 9:

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

3. Information about the podman-plugins.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:10:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : podman-plugins
Epoch : 2
Version : 4.6.1
Release : 7.0.2.el9_3
Architecture : x86_64
Size : 1.2 M
Source : podman-4.6.1-7.0.2.el9_3.src.rpm
Repository : ol9_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.