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

Last updated: October 06,2024

1. Install "python3-typedecorator.noarch" package

Here is a brief guide to show you how to install python3-typedecorator.noarch on Fedora 35

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

2. Uninstall "python3-typedecorator.noarch" package

This guide let you learn how to uninstall python3-typedecorator.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:04:14 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-typedecorator
Version : 0.0.5
Release : 5.fc35
Architecture : noarch
Size : 20 k
Source : python-typedecorator-0.0.5-5.fc35.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.