How to Install and Uninstall python2-pyrfc3339.noarch Package on CentOS 7 / RHEL 7

Last updated: April 25,2024

1. Install "python2-pyrfc3339.noarch" package

Here is a brief guide to show you how to install python2-pyrfc3339.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python2-pyrfc3339.noarch

2. Uninstall "python2-pyrfc3339.noarch" package

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

$ sudo yum remove python2-pyrfc3339.noarch $ sudo yum autoremove

3. Information about the python2-pyrfc3339.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : python2-pyrfc3339
Arch : noarch
Version : 1.1
Release : 3.el7
Size : 25 k
Repo : installed
From repo : epel
Summary : Generate and parse RFC 3339 timestamps
URL : https://pypi.python.org/pypi/pyRFC3339
License : MIT
Description : This package contains a Python 2 library to parse and generate
: RFC 3339-compliant timestamps using Python datetime.datetime
: objects.