How to Install and Uninstall python36-dns.noarch Package on CentOS 7 / RHEL 7

Last updated: May 03,2024

1. Install "python36-dns.noarch" package

In this section, we are going to explain the necessary steps to install python36-dns.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python36-dns.noarch

2. Uninstall "python36-dns.noarch" package

This guide covers the steps necessary to uninstall python36-dns.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove python36-dns.noarch $ sudo yum autoremove

3. Information about the python36-dns.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : python36-dns
Arch : noarch
Version : 1.16.0
Release : 1.el7
Size : 1.3 M
Repo : installed
From repo : epel
Summary : DNS toolkit for Python 3
URL : http://www.dnspython.org/
License : MIT
Description : dnspython3 is a DNS toolkit for Python 3. It supports almost all
: record types. It can be used for queries, zone transfers, and
: dynamic updates. It supports TSIG authenticated messages and
: EDNS0.
:
: dnspython3 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.