How to Install and Uninstall python3-dnspython Package on openSUSE Leap

Last updated: June 26,2024

1. Install "python3-dnspython" package

In this section, we are going to explain the necessary steps to install python3-dnspython on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-dnspython

2. Uninstall "python3-dnspython" package

Please follow the guidelines below to uninstall python3-dnspython on openSUSE Leap:

$ sudo zypper remove python3-dnspython

3. Information about the python3-dnspython package on openSUSE Leap

Information for package python3-dnspython:
------------------------------------------
Repository : Main Repository
Name : python3-dnspython
Version : 1.15.0-150000.3.2.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : python-dnspython-1.15.0-150000.3.2.1.src
Upstream URL : http://dnspython.org/
Summary : A DNS toolkit for Python
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.
dnspython originated at Nominum where it was developed to
facilitate the testing of DNS software. Nominum has generously
allowed it to be opened under a BSD-style licence.