How to Install and Uninstall python3-simplejson.x86_64 Package on Amazon Linux 2

Last updated: May 02,2024

1. Install "python3-simplejson.x86_64" package

This guide let you learn how to install python3-simplejson.x86_64 on Amazon Linux 2

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

2. Uninstall "python3-simplejson.x86_64" package

Please follow the guidelines below to uninstall python3-simplejson.x86_64 on Amazon Linux 2:

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

3. Information about the python3-simplejson.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python3-simplejson
Arch : x86_64
Version : 3.2.0
Release : 1.amzn2.0.2
Size : 170 k
Repo : amzn2-core/2/x86_64
Summary : Simple, fast, extensible JSON encoder/decoder for Python
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+. 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.