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

Last updated: October 07,2024

1. Install "python3-demjson.noarch" package

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

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

2. Uninstall "python3-demjson.noarch" package

Please follow the guidelines below to uninstall python3-demjson.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:03:12 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-demjson
Version : 2.2.4
Release : 23.fc35
Architecture : noarch
Size : 143 k
Source : python-demjson-2.2.4-23.fc35.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.