How to Install and Uninstall python3-cerealizer.noarch Package on Fedora 34

Last updated: September 16,2024

1. Install "python3-cerealizer.noarch" package

This guide let you learn how to install python3-cerealizer.noarch on Fedora 34

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

2. Uninstall "python3-cerealizer.noarch" package

Please follow the instructions below to uninstall python3-cerealizer.noarch on Fedora 34:

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

3. Information about the python3-cerealizer.noarch package on Fedora 34

Last metadata expiration check: 1:38:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-cerealizer
Version : 0.8.2
Release : 9.fc34
Architecture : noarch
Size : 25 k
Source : python-cerealizer-0.8.2-9.fc34.src.rpm
Repository : fedora
Summary : Secure pickle-like module
URL : http://www.lesfleursdunormal.fr/static/informatique/cerealizer/index_en.html
License : Python
Description : Cerealizer is a secure pickle-like module. It support basic types (int, string,
: unicode, tuple, list, dict, set,...), old and new-style classes (you need to
: register the class for security), object cycles, and it can be extended to
: support C-defined type.