How to Install and Uninstall python-ntplib.noarch Package on Amazon Linux 2
Last updated: November 26,2024
1. Install "python-ntplib.noarch" package
Please follow the guidelines below to install python-ntplib.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
python-ntplib.noarch
Copied
2. Uninstall "python-ntplib.noarch" package
This guide let you learn how to uninstall python-ntplib.noarch on Amazon Linux 2:
$
sudo yum remove
python-ntplib.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the python-ntplib.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : python-ntplib
Arch : noarch
Version : 0.3.2
Release : 1.amzn2
Size : 15 k
Repo : amzn2-core/2/x86_64
Summary : Python module that offers a simple interface to query NTP servers
URL : http://pypi.python.org/pypi/ntplib/
License : LGPLv2+
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.
Available Packages
Name : python-ntplib
Arch : noarch
Version : 0.3.2
Release : 1.amzn2
Size : 15 k
Repo : amzn2-core/2/x86_64
Summary : Python module that offers a simple interface to query NTP servers
URL : http://pypi.python.org/pypi/ntplib/
License : LGPLv2+
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.