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

Last updated: May 14,2024

1. Install "python36-python-rapidjson" package

Please follow the guidelines below to install python36-python-rapidjson on openSuSE Tumbleweed

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

2. Uninstall "python36-python-rapidjson" package

This guide let you learn how to uninstall python36-python-rapidjson on openSuSE Tumbleweed:

$ sudo zypper remove python36-python-rapidjson

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

Information for package python36-python-rapidjson:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-python-rapidjson
Version : 0.9.1-1.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 702,9 KiB
Installed : No
Status : not installed
Source package : python-python-rapidjson-0.9.1-1.10.src
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.