How to Install and Uninstall python3-dns.noarch Package on AlmaLinux 9

Last updated: July 04,2024

1. Install "python3-dns.noarch" package

Please follow the guidance below to install python3-dns.noarch on AlmaLinux 9

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

2. Uninstall "python3-dns.noarch" package

Please follow the steps below to uninstall python3-dns.noarch on AlmaLinux 9:

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

3. Information about the python3-dns.noarch package on AlmaLinux 9

Last metadata expiration check: 2:43:18 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-dns
Version : 2.3.0
Release : 2.el9
Architecture : noarch
Size : 372 k
Source : python-dns-2.3.0-2.el9.src.rpm
Repository : baseos
Summary : DNS toolkit for Python
URL : http://www.dnspython.org
License : ISC
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.