How to Install and Uninstall python2-python-cjson Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python2-python-cjson" package

Learn how to install python2-python-cjson on openSUSE Leap

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

2. Uninstall "python2-python-cjson" package

This guide covers the steps necessary to uninstall python2-python-cjson on openSUSE Leap:

$ sudo zypper remove python2-python-cjson

3. Information about the python2-python-cjson package on openSUSE Leap

Information for package python2-python-cjson:
---------------------------------------------
Repository : Main Repository
Name : python2-python-cjson
Version : 1.2.1-bp153.1.18
Arch : x86_64
Vendor : openSUSE
Installed Size : 31,5 KiB
Installed : No
Status : not installed
Source package : python-python-cjson-1.2.1-bp153.1.18.src
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.