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

Last updated: October 07,2024

1. Install "python3-typedecorator.noarch" package

This is a short guide on how to install python3-typedecorator.noarch on Fedora 34

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

2. Uninstall "python3-typedecorator.noarch" package

Please follow the steps below to uninstall python3-typedecorator.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:02:34 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-typedecorator
Version : 0.0.5
Release : 3.fc34
Architecture : noarch
Size : 20 k
Source : python-typedecorator-0.0.5-3.fc34.src.rpm
Repository : fedora
Summary : Decorator-based type checking library
URL : https://github.com/dobarkod/typedecorator/
License : MIT
Description : A decorator-based implementation of type checks for Python. Provides
: @params, @returns and @void decorators for describing the type of the
: function arguments and return values. If the types mismatch, an exception
: can be thrown, the mismatch can be logged, or it can be ignored.