How to Install and Uninstall python2-ujson Package on openSUSE Leap

Last updated: May 15,2024

1. Install "python2-ujson" package

Please follow the steps below to install python2-ujson on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-ujson

2. Uninstall "python2-ujson" package

Please follow the guidelines below to uninstall python2-ujson on openSUSE Leap:

$ sudo zypper remove python2-ujson

3. Information about the python2-ujson package on openSUSE Leap

Information for package python2-ujson:
--------------------------------------
Repository : Main Repository
Name : python2-ujson
Version : 1.35-1.46
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 85,3 KiB
Installed : No
Status : not installed
Source package : python-ujson-1.35-1.46.src
Summary : JSON encoder and decoder for Python
Description :
UltraJSON is a JSON encoder and decoder written in pure C with
bindings for Python 2.5+ and 3. For a different C/C++ JSON
decoder experience please checkout ujson4c_, based on UltraJSON.