How to Install and Uninstall python3-types-enum34.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "python3-types-enum34.noarch" package

This guide covers the steps necessary to install python3-types-enum34.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-types-enum34.noarch

2. Uninstall "python3-types-enum34.noarch" package

Here is a brief guide to show you how to uninstall python3-types-enum34.noarch on Fedora 36:

$ sudo dnf remove python3-types-enum34.noarch $ sudo dnf autoremove

3. Information about the python3-types-enum34.noarch package on Fedora 36

Last metadata expiration check: 0:42:55 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-types-enum34
Version : 1.1.1
Release : 3.fc36
Architecture : noarch
Size : 11 k
Source : python-types-enum34-1.1.1-3.fc36.src.rpm
Repository : fedora
Summary : Typing stubs for enum34
URL : https://github.com/python/typeshed
License : ASL 2.0
Description : This is a PEP 561 type stub package for the enum34 package. It can be used by
: type-checking tools like mypy, PyCharm, pytype etc. to check code that uses
: enum34. The source for this package can be found at
: https://github.com/python/typeshed/tree/master/stubs/enum34. All fixes for types
: and metadata should be contributed there.
:
: See https://github.com/python/typeshed/blob/master/README.md for more details.