How To Install python3-types-enum34 on Fedora 36

In this tutorial we learn how to install python3-types-enum34 in Fedora 36. python3-types-enum34 is Typing stubs for enum34

Introduction

In this tutorial we learn how to install python3-types-enum34 on Fedora 36.

What is python3-types-enum34

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 and metadata should be contributed there. See https

We can use yum or dnf to install python3-types-enum34 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-types-enum34.

Install python3-types-enum34 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-types-enum34 using dnf by running the following command:

sudo dnf -y install python3-types-enum34

Install python3-types-enum34 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-types-enum34 using yum by running the following command:

sudo yum -y install python3-types-enum34

How To Uninstall python3-types-enum34 on Fedora 36

To uninstall only the python3-types-enum34 package we can use the following command:

sudo dnf remove python3-types-enum34

python3-types-enum34 Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/enum-python2-stubs
/usr/lib/python3.10/site-packages/enum-python2-stubs/METADATA.toml
/usr/lib/python3.10/site-packages/enum-python2-stubs/__init__.pyi
/usr/lib/python3.10/site-packages/types_enum34-1.1.1.dist-info
/usr/lib/python3.10/site-packages/types_enum34-1.1.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/types_enum34-1.1.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/types_enum34-1.1.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/types_enum34-1.1.1.dist-info/top_level.txt
/usr/share/doc/python3-types-enum34
/usr/share/doc/python3-types-enum34/CHANGELOG.md

References

Summary

In this tutorial we learn how to install python3-types-enum34 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).