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

Last updated: May 20,2024

1. Install "python3-dnsdiag" package

Learn how to install python3-dnsdiag on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-dnsdiag

2. Uninstall "python3-dnsdiag" package

Learn how to uninstall python3-dnsdiag on openSUSE Leap:

$ sudo zypper remove python3-dnsdiag

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

Information for package python3-dnsdiag:
----------------------------------------
Repository : Main Repository
Name : python3-dnsdiag
Version : 1.6.3-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 41.6 KiB
Installed : No
Status : not installed
Source package : python-dnsdiag-1.6.3-bp155.2.9.src
Upstream URL : https://dnsdiag.org/
Summary : DNS request auditing toolset
Description :
Set of tools to perform basic audits on your DNS requests and responses to make sure your DNS is working as you expect. Dnsping can be used to measure the response time of a given DNS server for arbitrary requests. Just like a traditional ping utility, it provides similar functionality for DNS requests.
Dnstraceroute can be used to trace the path a DNS request takes to destination. Its purpose is to detect whether a request is redirected or hijacked. This can be done by comparing different DNS queries being sent to the same DNS server using dnstraceroute and observe if there is any difference between the path.
dnseval evaluates multiple DNS resolvers and helps you choose the best DNS server for your network. It is highly recommended to use your own DNS resolver as opposed to a third-party DNS server, but in case you need to choose the best DNS forwarder for your network, dnseval lets you compare different DNS servers from performance (latency) and reliability (loss) point of view.