How to Install and Uninstall python36-simplejson.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 04,2024

1. Install "python36-simplejson.x86_64" package

In this section, we are going to explain the necessary steps to install python36-simplejson.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python36-simplejson.x86_64

2. Uninstall "python36-simplejson.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python36-simplejson.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove python36-simplejson.x86_64 $ sudo yum autoremove

3. Information about the python36-simplejson.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : python36-simplejson
Arch : x86_64
Version : 3.10.0
Release : 2.el7
Size : 778 k
Repo : installed
From repo : epel
Summary : Simple, fast, extensible JSON encoder/decoder for Python3
URL : http://undefined.org/python/#simplejson
License : (MIT or AFL) and (MIT or GPLv2)
Description : simplejson is a simple, fast, complete, correct and extensible
: JSON encoder and decoder for Python 2.5+ and
: python3.3+ It is pure Python code with no dependencies, but
: includes an optional C extension for a serious speed boost.
:
: The encoder may be subclassed to provide serialization in any kind
: of situation, without any special support by the objects to be
: serialized (somewhat like pickle).
:
: The decoder can handle incoming JSON strings of any specified
: encoding (UTF-8 by default).
:
: simplejson is the externally maintained development version of the
: json library included with Python 2.6 and Python 3.0, but
: maintains backwards compatibility with Python 2.5. It gets
: updated more regularly than the json module in the python stdlib.