How to Install and Uninstall python310-fqdn Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "python310-fqdn" package

This is a short guide on how to install python310-fqdn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-fqdn

2. Uninstall "python310-fqdn" package

Please follow the steps below to uninstall python310-fqdn on openSuSE Tumbleweed:

$ sudo zypper remove python310-fqdn

3. Information about the python310-fqdn package on openSuSE Tumbleweed

Information for package python310-fqdn:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-fqdn
Version : 1.5.1-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 52.1 KiB
Installed : No
Status : not installed
Source package : python-fqdn-1.5.1-3.4.src
Upstream URL : https://github.com/ypcrts/fqdn
Summary : RFC-compliant FQDN validation and manipulation for Python
Description :
This package validates Fully Qualified Domain Names (FQDNs) conforming to the
Internet Engineering Task Force specification . The design intent is to
validate that a string would be traditionally acceptable as a public Internet
hostname to RFC-conforming software, which is a strict subset of the logic in
modern web browsers like Mozilla Firefox and Chromium that determines whether
make a DNS lookup. Configuration options can relax constraints so that short
hostnames without periods or others with underscores will be valid. These
relaxations are closer to how modern web browsers work.