How to Install and Uninstall python3-json5.noarch Package on Fedora 38

Last updated: January 08,2025

1. Install "python3-json5.noarch" package

In this section, we are going to explain the necessary steps to install python3-json5.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-json5.noarch

2. Uninstall "python3-json5.noarch" package

Please follow the guidelines below to uninstall python3-json5.noarch on Fedora 38:

$ sudo dnf remove python3-json5.noarch $ sudo dnf autoremove

3. Information about the python3-json5.noarch package on Fedora 38

Last metadata expiration check: 2:14:28 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-json5
Version : 0.9.12
Release : 1.fc38
Architecture : noarch
Size : 62 k
Source : python-json5-0.9.12-1.fc38.src.rpm
Repository : fedora
Summary : Python implementation of the JSON5 data format
URL : https://github.com/dpranke/pyjson5
License : ASL 2.0
Description : 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.