How to Install and Uninstall python3-jsonpickle.noarch Package on AlmaLinux 9

Last updated: July 04,2024

1. Install "python3-jsonpickle.noarch" package

This guide let you learn how to install python3-jsonpickle.noarch on AlmaLinux 9

$ 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 AlmaLinux 9:

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

3. Information about the python3-jsonpickle.noarch package on AlmaLinux 9

Last metadata expiration check: 1:14:57 ago on Wed Mar 13 07:41:12 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.