How to Install and Uninstall python3-python-rapidjson Package on openSUSE Leap

Last updated: July 05,2024

1. Install "python3-python-rapidjson" package

Learn how to install python3-python-rapidjson on openSUSE Leap

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

2. Uninstall "python3-python-rapidjson" package

Please follow the guidance below to uninstall python3-python-rapidjson on openSUSE Leap:

$ sudo zypper remove python3-python-rapidjson

3. Information about the python3-python-rapidjson package on openSUSE Leap

Information for package python3-python-rapidjson:
-------------------------------------------------
Repository : Main Repository
Name : python3-python-rapidjson
Version : 0.9.1-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 660.3 KiB
Installed : No
Status : not installed
Source package : python-python-rapidjson-0.9.1-bp155.2.13.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.