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

Last updated: May 05,2024

1. Install "python2-dnspython" package

Please follow the instructions below to install python2-dnspython on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-dnspython

2. Uninstall "python2-dnspython" package

Please follow the guidance below to uninstall python2-dnspython on openSUSE Leap:

$ sudo zypper remove python2-dnspython

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

Information for package python2-dnspython:
------------------------------------------
Repository : Main Repository
Name : python2-dnspython
Version : 1.15.0-1.25
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1,1 MiB
Installed : No
Status : not installed
Source package : python-dnspython-1.15.0-1.25.src
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.