How to Install and Uninstall python3-demjson.noarch Package on Fedora 36

Last updated: April 29,2024

1. Install "python3-demjson.noarch" package

Please follow the guidance below to install python3-demjson.noarch on Fedora 36

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

2. Uninstall "python3-demjson.noarch" package

Here is a brief guide to show you how to uninstall python3-demjson.noarch on Fedora 36:

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

3. Information about the python3-demjson.noarch package on Fedora 36

Last metadata expiration check: 3:59:25 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-demjson
Version : 2.2.4
Release : 25.fc36
Architecture : noarch
Size : 143 k
Source : python-demjson-2.2.4-25.fc36.src.rpm
Repository : fedora
Summary : Python JSON module and lint checker
URL : http://deron.meranda.us/python/demjson/
License : LGPLv3+
Description : The demjson package is a comprehensive Python language library to read
: and write JSON; the popular language-independent data format standard.
:
: It includes a command tool, jsonlint, that allows you to easily check
: and validate any JSON document, and spot any potential data
: portability issues. It can also reformat and re-indent a JSON document
: to make it easier to read.