How to Install and Uninstall libnet.i686 Package on Fedora 34

Last updated: October 07,2024

1. Install "libnet.i686" package

Learn how to install libnet.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libnet.i686

2. Uninstall "libnet.i686" package

Please follow the guidance below to uninstall libnet.i686 on Fedora 34:

$ sudo dnf remove libnet.i686 $ sudo dnf autoremove

3. Information about the libnet.i686 package on Fedora 34

Last metadata expiration check: 1:58:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libnet
Version : 1.2
Release : 2.fc34
Architecture : i686
Size : 61 k
Source : libnet-1.2-2.fc34.src.rpm
Repository : fedora
Summary : C library for portable packet creation and injection
URL : https://github.com/libnet/libnet
License : BSD
Description : Libnet is an API to help with the construction and handling of network
: packets. It provides a portable framework for low-level network packet
: writing and handling (use libnet in conjunction with libpcap and you can
: write some really cool stuff). Libnet includes packet creation at the IP
: layer and at the link layer as well as a host of supplementary and
: complementary functionality.