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

Last updated: October 08,2024

1. Install "python3-pyrfc3339.noarch" package

In this section, we are going to explain the necessary steps to install python3-pyrfc3339.noarch on CentOS Stream 9

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

2. Uninstall "python3-pyrfc3339.noarch" package

This guide let you learn how to uninstall python3-pyrfc3339.noarch on CentOS Stream 9:

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

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

Last metadata expiration check: 0:22:15 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pyrfc3339
Version : 1.1
Release : 11.el9
Architecture : noarch
Size : 18 k
Source : python-pyrfc3339-1.1-11.el9.src.rpm
Repository : epel
Summary : Generate and parse RFC 3339 timestamps
URL : https://pypi.python.org/pypi/pyRFC3339
License : MIT
Description : This package contains a Python 3 library to parse and generate
: RFC 3339-compliant timestamps using Python datetime.datetime objects.