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

Last updated: October 07,2024

1. Install "python-dns.src" package

This guide covers the steps necessary to install python-dns.src on Oracle Linux 8

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

2. Uninstall "python-dns.src" package

This guide let you learn how to uninstall python-dns.src on Oracle Linux 8:

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

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

Last metadata expiration check: 6:46:58 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-dns
Version : 1.15.0
Release : 10.module+el8.3.0+7833+4aaf98ce
Architecture : src
Size : 151 k
Source : None
Repository : ol8_appstream
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.