How to Install and Uninstall python3-types-cryptography.noarch Package on AlmaLinux 9

Last updated: October 10,2024

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

This tutorial shows how to install python3-types-cryptography.noarch on AlmaLinux 9

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

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

Please follow the guidelines below to uninstall python3-types-cryptography.noarch on AlmaLinux 9:

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

3. Information about the python3-types-cryptography.noarch package on AlmaLinux 9

Last metadata expiration check: 0:56:17 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-types-cryptography
Version : 3.3.9
Release : 2.el9
Architecture : noarch
Size : 27 k
Source : python-types-cryptography-3.3.9-2.el9.src.rpm
Repository : epel
Summary : Typing stubs for cryptography
URL : https://github.com/python/typeshed
License : ASL 2.0
Description : This is a PEP 561 type stub package for the cryptography package. It can be used
: by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses
: cryptography. The source for this package can be found at
: https://github.com/python/typeshed/tree/master/stubs/cryptography. All fixes for
: types and metadata should be contributed there.
:
: See https://github.com/python/typeshed/blob/master/README.md for more details.