How to Install and Uninstall ldns.src Package on Oracle Linux 8

Last updated: November 02,2024

1. Install "ldns.src" package

This guide covers the steps necessary to install ldns.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install ldns.src

2. Uninstall "ldns.src" package

This tutorial shows how to uninstall ldns.src on Oracle Linux 8:

$ sudo dnf remove ldns.src $ sudo dnf autoremove

3. Information about the ldns.src package on Oracle Linux 8

Last metadata expiration check: 4:09:33 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : ldns
Version : 1.7.0
Release : 21.el8
Architecture : src
Size : 1.3 M
Source : None
Repository : ol8_appstream
Summary : Low-level DNS(SEC) library with API
URL : http://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.