How to Install and Uninstall python-dns.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python-dns.src" package

Please follow the steps below to install python-dns.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-dns.src

2. Uninstall "python-dns.src" package

Here is a brief guide to show you how to uninstall python-dns.src on Oracle Linux 9:

$ sudo dnf remove python-dns.src $ sudo dnf autoremove

3. Information about the python-dns.src package on Oracle Linux 9

Last metadata expiration check: 1:19:03 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-dns
Version : 2.3.0
Release : 2.el9
Architecture : src
Size : 358 k
Source : None
Repository : ol9_baseos_latest
Summary : DNS toolkit for Python
URL : http://www.dnspython.org
License : ISC
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.