How to Install and Uninstall ldns.x86_64 Package on Rocky Linux 8

Last updated: September 28,2024

1. Install "ldns.x86_64" package

Please follow the steps below to install ldns.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install ldns.x86_64

2. Uninstall "ldns.x86_64" package

This guide covers the steps necessary to uninstall ldns.x86_64 on Rocky Linux 8:

$ sudo dnf remove ldns.x86_64 $ sudo dnf autoremove

3. Information about the ldns.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:31:40 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : ldns
Version : 1.7.0
Release : 21.el8
Architecture : x86_64
Size : 164 k
Source : ldns-1.7.0-21.el8.src.rpm
Repository : 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.