How to Install and Uninstall python-dns.noarch Package on Amazon Linux 2

Last updated: September 20,2024

1. Install "python-dns.noarch" package

Learn how to install python-dns.noarch on Amazon Linux 2

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

2. Uninstall "python-dns.noarch" package

This guide let you learn how to uninstall python-dns.noarch on Amazon Linux 2:

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

3. Information about the python-dns.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-dns
Arch : noarch
Version : 1.12.0
Release : 4.20150617git465785f.amzn2
Size : 234 k
Repo : amzn2-core/2/x86_64
Summary : DNS toolkit for Python
URL : http://www.dnspython.org/
License : 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.