How to Install and Uninstall python3-typedecorator.noarch Package on CentOS Stream 8
Last updated: January 11,2025
1. Install "python3-typedecorator.noarch" package
Please follow the guidance below to install python3-typedecorator.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-typedecorator.noarch
Copied
2. Uninstall "python3-typedecorator.noarch" package
Please follow the guidelines below to uninstall python3-typedecorator.noarch on CentOS Stream 8:
$
sudo dnf remove
python3-typedecorator.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-typedecorator.noarch package on CentOS Stream 8
Last metadata expiration check: 0:04:51 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-typedecorator
Version : 0.0.5
Release : 1.el8
Architecture : noarch
Size : 19 k
Source : python-typedecorator-0.0.5-1.el8.src.rpm
Repository : epel
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.
Available Packages
Name : python3-typedecorator
Version : 0.0.5
Release : 1.el8
Architecture : noarch
Size : 19 k
Source : python-typedecorator-0.0.5-1.el8.src.rpm
Repository : epel
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.