How to Install and Uninstall python3-strict-rfc3339.noarch Package on CentOS Stream 9

Last updated: September 21,2024

1. Install "python3-strict-rfc3339.noarch" package

Learn how to install python3-strict-rfc3339.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-strict-rfc3339.noarch

2. Uninstall "python3-strict-rfc3339.noarch" package

Please follow the guidelines below to uninstall python3-strict-rfc3339.noarch on CentOS Stream 9:

$ sudo dnf remove python3-strict-rfc3339.noarch $ sudo dnf autoremove

3. Information about the python3-strict-rfc3339.noarch package on CentOS Stream 9

Last metadata expiration check: 1:46:51 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-strict-rfc3339
Version : 0.7
Release : 9.el9
Architecture : noarch
Size : 27 k
Source : python-strict-rfc3339-0.7-9.el9.src.rpm
Repository : epel
Summary : Strict, simple, lightweight RFC3339 functions
URL : https://github.com/danielrichman/strict-rfc3339
License : GPL-3.0-only
Description : Goals:
: - Convert UNIX timestamps to and from RFC3339.
: - Either produce RFC3339 strings with a UTC offset (Z) or with the offset that
: the C time module reports is the local timezone offset.
: - Simple with minimal dependencies/libraries.
: - Avoid timezones as much as possible.
: - Be very strict and follow RFC3339.