How to Install and Uninstall python3-dns.noarch Package on Fedora 36

Last updated: May 06,2024

1. Install "python3-dns.noarch" package

This guide covers the steps necessary to install python3-dns.noarch on Fedora 36

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

2. Uninstall "python3-dns.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-dns.noarch on Fedora 36:

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

3. Information about the python3-dns.noarch package on Fedora 36

Last metadata expiration check: 1:04:38 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-dns
Version : 2.2.0
Release : 1.fc36
Architecture : noarch
Size : 335 k
Source : python-dns-2.2.0-1.fc36.src.rpm
Repository : fedora
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.