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

Last updated: October 13,2024

1. Install "python3-jsonpickle.noarch" package

This is a short guide on how to install python3-jsonpickle.noarch on Fedora 39

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

2. Uninstall "python3-jsonpickle.noarch" package

Please follow the guidelines below to uninstall python3-jsonpickle.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:56:38 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-jsonpickle
Version : 3.0.3
Release : 1.fc39
Architecture : noarch
Size : 98 k
Source : python-jsonpickle-3.0.3-1.fc39.src.rpm
Repository : updates
Summary : A module that allows any object to be serialized into JSON
URL : https://github.com/jsonpickle/jsonpickle
License : BSD-3-Clause
Description : jsonpickle is a library for the two-way conversion of complex Python objects
: and JSON. jsonpickle builds upon the existing JSON encoders, such as
: simplejson, json, and ujson.