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

Last updated: July 01,2024

1. Install "python3-ujson" package

This guide let you learn how to install python3-ujson on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ujson

2. Uninstall "python3-ujson" package

Please follow the instructions below to uninstall python3-ujson on openSUSE Leap:

$ sudo zypper remove python3-ujson

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

Information for package python3-ujson:
--------------------------------------
Repository : Main Repository
Name : python3-ujson
Version : 1.35-150100.3.8.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 85.3 KiB
Installed : No
Status : not installed
Source package : python-ujson-1.35-150100.3.8.1.src
Upstream URL : https://github.com/esnme/ultrajson
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.