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

Last updated: May 21,2024

1. Install "python3-json5" package

In this section, we are going to explain the necessary steps to install python3-json5 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-json5

2. Uninstall "python3-json5" package

Here is a brief guide to show you how to uninstall python3-json5 on openSUSE Leap:

$ sudo zypper remove python3-json5

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

Information for package python3-json5:
--------------------------------------
Repository : Main Repository
Name : python3-json5
Version : 0.9.4-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 225.8 KiB
Installed : No
Status : not installed
Source package : python-json5-0.9.4-bp155.2.13.src
Upstream URL : https://github.com/dpranke/pyjson5
Summary : A Python implementation of the JSON5 data format
Description :
A Python implementation of the JSON5 data format.
JSON5 extends the JSON data interchange format to make it
slightly more usable as a configuration language:
* JavaScript-style comments (both single and multi-line) are legal.
* Object keys may be unquoted if they are legal ECMAScript identifiers
* Objects and arrays may end with trailing commas.
* Strings can be single-quoted, and multi-line string literals are allowed.