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

Last updated: June 16,2024

1. Install "python312-ntplib" package

Here is a brief guide to show you how to install python312-ntplib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-ntplib

2. Uninstall "python312-ntplib" package

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

$ sudo zypper remove python312-ntplib

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

Information for package python312-ntplib:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-ntplib
Version : 0.4.0-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 49.6 KiB
Installed : No
Status : not installed
Source package : python-ntplib-0.4.0-1.9.src
Upstream URL : http://pypi.python.org/pypi/ntplib
Summary : Python NTP library
Description :
This module offers a simple interface to query NTP servers from Python.
It also provides utility functions to translate NTP fields values to text
(mode, leap indicator...). Since it's pure Python, and only depends on core
modules, it should work on any platform with a decent Python implementation.