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

Last updated: September 29,2024

1. Install "python3-gelidum.noarch" package

Learn how to install python3-gelidum.noarch on Fedora 39

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

2. Uninstall "python3-gelidum.noarch" package

Please follow the step by step instructions below to uninstall python3-gelidum.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:05:20 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-gelidum
Version : 0.7.0
Release : 1.fc39
Architecture : noarch
Size : 55 k
Source : python-gelidum-0.7.0-1.fc39.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.