How to Install and Uninstall python3-dns.noarch Package on Rocky Linux 8

Last updated: October 06,2024

1. Install "python3-dns.noarch" package

Please follow the guidelines below to install python3-dns.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-dns.noarch

2. Uninstall "python3-dns.noarch" package

This guide let you learn how to uninstall python3-dns.noarch on Rocky Linux 8:

$ sudo dnf remove python3-dns.noarch $ sudo dnf autoremove

3. Information about the python3-dns.noarch package on Rocky Linux 8

Last metadata expiration check: 1:16:40 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-dns
Version : 1.15.0
Release : 10.el8
Architecture : noarch
Size : 252 k
Source : python-dns-1.15.0-10.el8.src.rpm
Repository : baseos
Summary : DNS toolkit for Python 3
URL : http://www.dnspython.org/
License : MIT
Description : dnspython3 is a DNS toolkit for Python 3. It supports almost all
: record types. It can be used for queries, zone transfers, and dynamic
: updates. It supports TSIG authenticated messages and EDNS0.
:
: dnspython3 provides both high and low level access to DNS. The high
: level classes perform queries for data of a given name, type, and
: class, and return an answer set. The low level classes allow direct
: manipulation of DNS zones, messages, names, and records.