How to Install and Uninstall python3-jsonpickle.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "python3-jsonpickle.noarch" package

This guide let you learn how to install python3-jsonpickle.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-jsonpickle.noarch" package

This is a short guide on how to uninstall python3-jsonpickle.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-jsonpickle.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:17:55 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-jsonpickle
Version : 3.0.1
Release : 2.el9
Architecture : noarch
Size : 72 k
Source : python-jsonpickle-3.0.1-2.el9.src.rpm
Repository : epel
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.