How to Install and Uninstall python2-dns.noarch Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "python2-dns.noarch" package

Please follow the guidance below to install python2-dns.noarch on Oracle Linux 8

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

2. Uninstall "python2-dns.noarch" package

Here is a brief guide to show you how to uninstall python2-dns.noarch on Oracle Linux 8:

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

3. Information about the python2-dns.noarch package on Oracle Linux 8

Last metadata expiration check: 0:44:32 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python2-dns
Version : 1.15.0
Release : 10.module+el8.3.0+7833+4aaf98ce
Architecture : noarch
Size : 242 k
Source : python-dns-1.15.0-10.module+el8.3.0+7833+4aaf98ce.src.rpm
Repository : ol8_appstream
Summary : DNS toolkit for Python 2
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.