How to Install and Uninstall python39-dns.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 05,2024

1. Install "python39-dns.noarch" package

This guide let you learn how to install python39-dns.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python39-dns.noarch" package

Please follow the instructions below to uninstall python39-dns.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python39-dns.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:51:18 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python39-dns
Version : 2.2.1
Release : 1.el8
Architecture : noarch
Size : 356 k
Source : python39-dns-2.2.1-1.el8.src.rpm
Repository : epel
Summary : DNS toolkit for Python
URL : http://www.dnspython.org
License : ISC and MIT
Description : dnspython is a DNS toolkit for Python. It supports almost all record
: types. It can be used for queries, zone transfers, and dynamic
: updates. It supports TSIG authenticated messages and EDNS0.
:
: dnspython 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.