How to Install and Uninstall python3.11-dns.noarch Package on CentOS Stream 9

Last updated: September 30,2024

1. Install "python3.11-dns.noarch" package

In this section, we are going to explain the necessary steps to install python3.11-dns.noarch on CentOS Stream 9

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

2. Uninstall "python3.11-dns.noarch" package

Please follow the instructions below to uninstall python3.11-dns.noarch on CentOS Stream 9:

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

3. Information about the python3.11-dns.noarch package on CentOS Stream 9

Last metadata expiration check: 2:07:18 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3.11-dns
Version : 2.2.1
Release : 2.el9.next
Architecture : noarch
Size : 427 k
Source : python3.11-dns-epel-2.2.1-2.el9.next.src.rpm
Repository : epel-next
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.