How to Install and Uninstall python3-ifcfg.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-ifcfg.noarch" package

This guide covers the steps necessary to install python3-ifcfg.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-ifcfg.noarch

2. Uninstall "python3-ifcfg.noarch" package

Please follow the step by step instructions below to uninstall python3-ifcfg.noarch on Rocky Linux 8:

$ sudo dnf remove python3-ifcfg.noarch $ sudo dnf autoremove

3. Information about the python3-ifcfg.noarch package on Rocky Linux 8

Last metadata expiration check: 1:28:41 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-ifcfg
Version : 0.21
Release : 1.el8
Architecture : noarch
Size : 23 k
Source : python-ifcfg-0.21-1.el8.src.rpm
Repository : epel
Summary : Python cross-platform network interface discovery (ifconfig/ipconfig/ip)
URL : https://github.com/ftao/python-ifcfg
License : BSD
Description : Ifcfg is a cross-platform library for parsing ifconfig and ipconfig output in
: Python. It is useful for pulling information such as IP, Netmask, MAC Address,
: Hostname, etc.
:
: A fallback to ip is included for newer Unix systems w/o ifconfig.