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

Last updated: October 05,2024

1. Install "podman-plugins.x86_64" package

This guide let you learn how to install podman-plugins.x86_64 on Fedora 34

$ 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 Fedora 34:

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

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

Last metadata expiration check: 2:11:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : podman-plugins
Epoch : 3
Version : 3.4.7
Release : 1.fc34
Architecture : x86_64
Size : 2.4 M
Source : podman-3.4.7-1.fc34.src.rpm
Repository : updates
Summary : Plugins for podman
URL : https://podman.io/
License : ASL 2.0 and BSD and ISC and MIT and MPLv2.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.