How to Install and Uninstall python36-simplejson Package on openSuSE Tumbleweed

Last updated: June 25,2024

1. Install "python36-simplejson" package

This guide covers the steps necessary to install python36-simplejson on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-simplejson

2. Uninstall "python36-simplejson" package

This is a short guide on how to uninstall python36-simplejson on openSuSE Tumbleweed:

$ sudo zypper remove python36-simplejson

3. Information about the python36-simplejson package on openSuSE Tumbleweed

Information for package python36-simplejson:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-simplejson
Version : 3.17.6-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 283,6 KiB
Installed : No
Status : not installed
Source package : python-simplejson-3.17.6-1.1.src
Summary : Extensible JSON encoder/decoder for Python
Description :
simplejson is an extensible JSON encoder and decoder for Python 2.5+. It is
pure Python code with no dependencies, but includes an optional C extension for
a speed boost.