How to Install and Uninstall icfg.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "icfg.noarch" package

This tutorial shows how to install icfg.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install icfg.noarch

2. Uninstall "icfg.noarch" package

This tutorial shows how to uninstall icfg.noarch on Fedora 34:

$ sudo dnf remove icfg.noarch $ sudo dnf autoremove

3. Information about the icfg.noarch package on Fedora 34

Last metadata expiration check: 0:37:35 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : icfg
Version : 0.9
Release : 21.fc34
Architecture : noarch
Size : 19 k
Source : icfg-0.9-21.fc34.src.rpm
Repository : fedora
Summary : Command line utility to edit network configuration (icfg-*) files
URL : https://fedorahosted.org/icfg
License : GPLv2
Description : This is a utility for manipulating SysV network interface configuration files
: (the files matching the glob /etc/sysconfig/network-scripts/icfg-*). These are
: text based files, that are normally easily edited by hand, but in many
: environments hand editing is not desirable (for instance, during kickstart
: installations). Icfg creates a scriptable interface to allow an admin to
: provision a systems network interfaces during install, without having to fall
: back to using a series of sed and awk commands