How to Install and Uninstall python3-json-minify.noarch Package on Fedora 39

Last updated: October 08,2024

1. Install "python3-json-minify.noarch" package

Please follow the steps below to install python3-json-minify.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-json-minify.noarch

2. Uninstall "python3-json-minify.noarch" package

Please follow the steps below to uninstall python3-json-minify.noarch on Fedora 39:

$ sudo dnf remove python3-json-minify.noarch $ sudo dnf autoremove

3. Information about the python3-json-minify.noarch package on Fedora 39

Last metadata expiration check: 3:16:18 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-json-minify
Version : 0.3.0
Release : 18.fc39
Architecture : noarch
Size : 15 k
Source : python-json-minify-0.3.0-18.fc39.src.rpm
Repository : fedora
Summary : Python port of the JSON-minify utility
URL : https://github.com/getify/JSON.minify/tree/python
License : MIT
Description : JSON-minify minifies blocks of JSON-like content into valid JSON by removing
: all whitespace *and* JS-style comments. With JSON-minify, you can maintain
: developer-friendly JSON documents, but minify them before parsing or
: transmitting them over-the-wire.