How to Install and Uninstall libnet.i686 Package on CentOS Stream 9

Last updated: September 30,2024

1. Install "libnet.i686" package

Please follow the instructions below to install libnet.i686 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install libnet.i686

2. Uninstall "libnet.i686" package

Please follow the guidance below to uninstall libnet.i686 on CentOS Stream 9:

$ sudo dnf remove libnet.i686 $ sudo dnf autoremove

3. Information about the libnet.i686 package on CentOS Stream 9

Last metadata expiration check: 1:45:23 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libnet
Version : 1.2
Release : 6.el9
Architecture : i686
Size : 61 k
Source : libnet-1.2-6.el9.src.rpm
Repository : appstream
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.