How to Install and Uninstall python312-python-rapidjson Package on openSuSE Tumbleweed

Last updated: May 08,2024

1. Install "python312-python-rapidjson" package

Please follow the steps below to install python312-python-rapidjson on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-python-rapidjson

2. Uninstall "python312-python-rapidjson" package

Here is a brief guide to show you how to uninstall python312-python-rapidjson on openSuSE Tumbleweed:

$ sudo zypper remove python312-python-rapidjson

3. Information about the python312-python-rapidjson package on openSuSE Tumbleweed

Information for package python312-python-rapidjson:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-python-rapidjson
Version : 1.14-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 736.8 KiB
Installed : No
Status : not installed
Source package : python-python-rapidjson-1.14-2.1.src
Upstream URL : https://github.com/python-rapidjson/python-rapidjson
Summary : Python wrapper around rapidjson
Description :
RapidJSON is a C++ JSON parser and serialization library. This
module wraps it into a Python 3 extension, exposing its
serialization/deserialization (to/from either bytes, str or file-like
instances) and JSON Schema validation capabilities.