How to Install and Uninstall python36-dnspython Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python36-dnspython" package

Please follow the guidelines below to install python36-dnspython on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-dnspython

2. Uninstall "python36-dnspython" package

Please follow the guidance below to uninstall python36-dnspython on openSuSE Tumbleweed:

$ sudo zypper remove python36-dnspython

3. Information about the python36-dnspython package on openSuSE Tumbleweed

Information for package python36-dnspython:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-dnspython
Version : 2.1.0-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 1,8 MiB
Installed : No
Status : not installed
Source package : python-dnspython-2.1.0-1.7.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.