How to Install and Uninstall python3-simplejson.x86_64 Package on AlmaLinux 9
Last updated: November 30,2024
1. Install "python3-simplejson.x86_64" package
Please follow the instructions below to install python3-simplejson.x86_64 on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-simplejson.x86_64
Copied
2. Uninstall "python3-simplejson.x86_64" package
This is a short guide on how to uninstall python3-simplejson.x86_64 on AlmaLinux 9:
$
sudo dnf remove
python3-simplejson.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-simplejson.x86_64 package on AlmaLinux 9
Last metadata expiration check: 1:02:35 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-simplejson
Version : 3.17.6
Release : 1.el9
Architecture : x86_64
Size : 264 k
Source : python-simplejson-3.17.6-1.el9.src.rpm
Repository : epel
Summary : Simple, fast, extensible JSON encoder/decoder for Python 3
URL : https://github.com/simplejson/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. 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. It gets updated more regularly than the JSON module in
: the Python stdlib.
Available Packages
Name : python3-simplejson
Version : 3.17.6
Release : 1.el9
Architecture : x86_64
Size : 264 k
Source : python-simplejson-3.17.6-1.el9.src.rpm
Repository : epel
Summary : Simple, fast, extensible JSON encoder/decoder for Python 3
URL : https://github.com/simplejson/simplejson
License : (MIT or AFL) and (MIT or GPLv2)
Description : simplejson is a simple, fast, complete, correct and extensible JSON
:
: 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. It gets updated more regularly than the JSON module in
: the Python stdlib.