How to Install and Uninstall golang-github-coreos-iptables-devel.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "golang-github-coreos-iptables-devel.noarch" package

This is a short guide on how to install golang-github-coreos-iptables-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-coreos-iptables-devel.noarch

2. Uninstall "golang-github-coreos-iptables-devel.noarch" package

Here is a brief guide to show you how to uninstall golang-github-coreos-iptables-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-coreos-iptables-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-coreos-iptables-devel.noarch package on Fedora 36

Last metadata expiration check: 0:18:39 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : golang-github-coreos-iptables-devel
Version : 0.5.0
Release : 5.fc36
Architecture : noarch
Size : 24 k
Source : golang-github-coreos-iptables-0.5.0-5.fc36.src.rpm
Repository : fedora
Summary : Go wrapper around iptables utility
URL : https://github.com/coreos/go-iptables
License : ASL 2.0
Description : Go bindings for iptables utility.
:
: In-kernel netfilter does not have a good userspace API. The tables are
: manipulated via setsockopt that sets/replaces the entire table. Changes to
: existing table need to be resolved by userspace code which is difficult and
: error-prone. Netfilter developers heavily advocate using iptables utlity for
: programmatic manipulation.
:
: go-iptables wraps invocation of iptables utility with functions to append and
: delete rules; create, clear and delete chains.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/coreos/go-iptables