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

Last updated: October 07,2024

1. Install "python3-gelidum.noarch" package

Please follow the steps below to install python3-gelidum.noarch on Fedora 34

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

2. Uninstall "python3-gelidum.noarch" package

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

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

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

Last metadata expiration check: 1:14:30 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-gelidum
Version : 0.5.7
Release : 1.fc34
Architecture : noarch
Size : 36 k
Source : python-gelidum-0.5.7-1.fc34.src.rpm
Repository : updates
Summary : Freeze your objects in python
URL : https://github.com/diegojromerolopez/gelidum
License : MIT
Description : Inspired by the method freeze found in other languages like
: Javascript, this package tries to make immutable objects to make it
: easier avoiding accidental modifications in your code.