How to Install and Uninstall python3-pyrfc3339.noarch Package on CentOS 8 / RHEL 8

Last updated: November 01,2024

1. Install "python3-pyrfc3339.noarch" package

This tutorial shows how to install python3-pyrfc3339.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-pyrfc3339.noarch" package

Please follow the step by step instructions below to uninstall python3-pyrfc3339.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-pyrfc3339.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:02:14 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-pyrfc3339
Version : 1.1
Release : 1.el8
Architecture : noarch
Size : 19 k
Source : python-pyrfc3339-1.1-1.el8.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.