How to Install and Uninstall python310-python-cjson Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "python310-python-cjson" package

Please follow the instructions below to install python310-python-cjson on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-python-cjson

2. Uninstall "python310-python-cjson" package

In this section, we are going to explain the necessary steps to uninstall python310-python-cjson on openSuSE Tumbleweed:

$ sudo zypper remove python310-python-cjson

3. Information about the python310-python-cjson package on openSuSE Tumbleweed

Information for package python310-python-cjson:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-python-cjson
Version : 1.2.2-2.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 27.8 KiB
Installed : No
Status : not installed
Source package : python-python-cjson-1.2.2-2.15.src
Upstream URL : https://github.com/AGProjects/python-cjson
Summary : C-accelerated JSON encoder/decoder for Python
Description :
JSON (JavaScript Object Notation) is a text-based data exchange
format.
The module is written in C and it is up to 250 times faster when compared to
the other Python JSON implementations which are written directly in Python.
This speed gain varies with the complexity of the data and the operation and is
the the range of 10-200 times for encoding operations and in the range of
100-250 times for decoding operations.