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

Last updated: July 03,2024

1. Install "python3-demjson.noarch" package

Learn how to install python3-demjson.noarch on Fedora 34

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

2. Uninstall "python3-demjson.noarch" package

Please follow the step by step instructions below to uninstall python3-demjson.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:33:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-demjson
Version : 2.2.4
Release : 21.fc34
Architecture : noarch
Size : 143 k
Source : python-demjson-2.2.4-21.fc34.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.