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

Last updated: May 20,2024

1. Install "python312-fqdn" package

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

$ sudo zypper refresh $ sudo zypper install python312-fqdn

2. Uninstall "python312-fqdn" package

Here is a brief guide to show you how to uninstall python312-fqdn on openSuSE Tumbleweed:

$ sudo zypper remove python312-fqdn

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

Information for package python312-fqdn:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-fqdn
Version : 1.5.1-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 54.0 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.