How to Install and Uninstall python2-dns.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python2-dns.noarch" package

This guide covers the steps necessary to install python2-dns.noarch on Fedora 34

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

2. Uninstall "python2-dns.noarch" package

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

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

3. Information about the python2-dns.noarch package on Fedora 34

Last metadata expiration check: 2:02:05 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python2-dns
Version : 1.16.0
Release : 15.fc34
Architecture : noarch
Size : 230 k
Source : python2-dns-1.16.0-15.fc34.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.
:
: python2-dns has no support for DNSSEC.