How to Install and Uninstall ldns.x86_64 Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "ldns.x86_64" package

This tutorial shows how to install ldns.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ldns.x86_64

2. Uninstall "ldns.x86_64" package

This is a short guide on how to uninstall ldns.x86_64 on Oracle Linux 9:

$ sudo dnf remove ldns.x86_64 $ sudo dnf autoremove

3. Information about the ldns.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:54:19 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ldns
Version : 1.7.1
Release : 11.el9
Architecture : x86_64
Size : 160 k
Source : ldns-1.7.1-11.el9.src.rpm
Repository : ol9_appstream
Summary : Low-level DNS(SEC) library with API
URL : https://www.nlnetlabs.nl/ldns/
License : BSD
Description : ldns is a library with the aim to simplify DNS programming in C. All
: low-level DNS/DNSSEC operations are supported. We also define a higher
: level API which allows a programmer to (for instance) create or sign
: packets.