How to Install and Uninstall anet-devel.x86_64 Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "anet-devel.x86_64" package

This guide covers the steps necessary to install anet-devel.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install anet-devel.x86_64

2. Uninstall "anet-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall anet-devel.x86_64 on Oracle Linux 9:

$ sudo dnf remove anet-devel.x86_64 $ sudo dnf autoremove

3. Information about the anet-devel.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:31:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : anet-devel
Version : 0.4.1
Release : 14.el9
Architecture : x86_64
Size : 90 k
Source : anet-0.4.1-14.el9.src.rpm
Repository : epel
Summary : Development files for Anet
URL : https://www.codelabs.ch/anet/
License : GPLv2+ with exceptions
Description : Anet is a networking library for the Ada programming language. It supports,
: among other things, IPv6, Unix domain sockets, multicast, raw sockets, link
: layer sockets and Netlink.
:
: The anet-devel package contains source code and linking information for
: developing applications that use Anet.