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

Last updated: January 10,2025

1. Install "python3-jsons.noarch" package

Please follow the guidance below to install python3-jsons.noarch on Fedora 39

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

2. Uninstall "python3-jsons.noarch" package

This is a short guide on how to uninstall python3-jsons.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:27:12 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-jsons
Version : 1.5.0
Release : 8.fc39
Architecture : noarch
Size : 145 k
Source : python-jsons-1.5.0-8.fc39.src.rpm
Repository : fedora
Summary : Python library for (de)serializing objects to/from JSON
URL : https://github.com/ramonhagenaars/jsons
License : MIT
Description : Jsons is a library that allows you to serialize your plain old Python
: objects to readable json (dicts or strings) and deserialize them back.
: No magic, no special types, no polluting your objects.