How to Install and Uninstall python3-types-pyyaml.noarch Package on Rocky Linux 9

Last updated: October 05,2024

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

Please follow the guidance below to install python3-types-pyyaml.noarch on Rocky Linux 9

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

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

This guide let you learn how to uninstall python3-types-pyyaml.noarch on Rocky Linux 9:

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

3. Information about the python3-types-pyyaml.noarch package on Rocky Linux 9

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