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

Last updated: April 26,2024

1. Install "python39-python-rapidjson" package

This guide covers the steps necessary to install python39-python-rapidjson on openSuSE Tumbleweed

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

2. Uninstall "python39-python-rapidjson" package

Please follow the guidelines below to uninstall python39-python-rapidjson on openSuSE Tumbleweed:

$ sudo zypper remove python39-python-rapidjson

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

Information for package python39-python-rapidjson:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-python-rapidjson
Version : 1.14-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 732.7 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.