How to Install and Uninstall python3-ntplib.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "python3-ntplib.noarch" package

This is a short guide on how to install python3-ntplib.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-ntplib.noarch

2. Uninstall "python3-ntplib.noarch" package

This guide covers the steps necessary to uninstall python3-ntplib.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-ntplib.noarch $ sudo dnf autoremove

3. Information about the python3-ntplib.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:35:06 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-ntplib
Version : 0.3.3
Release : 1.el9
Architecture : noarch
Size : 17 k
Source : python-ntplib-0.3.3-1.el9.src.rpm
Repository : epel
Summary : Python 3 module that offers a simple interface to query NTP servers
URL : http://pypi.python.org/pypi/ntplib/
License : MIT
Description : The ntplib is a python module that offers a simple interface to query NTP
: servers. 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 Python implementation.
:
: Python 3 version.