How to Install and Uninstall python3-simplejson Package on openSUSE Leap

Last updated: July 04,2024

1. Install "python3-simplejson" package

This tutorial shows how to install python3-simplejson on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-simplejson

2. Uninstall "python3-simplejson" package

Please follow the step by step instructions below to uninstall python3-simplejson on openSUSE Leap:

$ sudo zypper remove python3-simplejson

3. Information about the python3-simplejson package on openSUSE Leap

Information for package python3-simplejson:
-------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-simplejson
Version : 3.17.2-150300.3.4.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 274.3 KiB
Installed : No
Status : not installed
Source package : python-simplejson-3.17.2-150300.3.4.1.src
Upstream URL : https://github.com/simplejson/simplejson
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.