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

Last updated: October 06,2024

1. Install "libnet.i686" package

Please follow the guidance below to install libnet.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install libnet.i686

2. Uninstall "libnet.i686" package

Please follow the guidelines below to uninstall libnet.i686 on Fedora 38:

$ sudo dnf remove libnet.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:10:04 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : libnet
Version : 1.3
Release : 1.fc38
Architecture : i686
Size : 64 k
Source : libnet-1.3-1.fc38.src.rpm
Repository : updates
Summary : C library for portable packet creation and injection
URL : https://github.com/libnet/libnet
License : BSD-2-Clause and BSD-3-Clause
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.