How to Install and Uninstall python3-strict-rfc3339.noarch Package on Fedora 36

Last updated: November 25,2024

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

Please follow the guidelines below to install python3-strict-rfc3339.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall python3-strict-rfc3339.noarch on Fedora 36:

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

3. Information about the python3-strict-rfc3339.noarch package on Fedora 36

Last metadata expiration check: 2:02:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-strict-rfc3339
Version : 0.7
Release : 5.fc36
Architecture : noarch
Size : 27 k
Source : python-strict-rfc3339-0.7-5.fc36.src.rpm
Repository : fedora
Summary : Strict, simple, lightweight RFC3339 functions
URL : https://github.com/danielrichman/strict-rfc3339
License : GPLv3
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.