How to Install and Uninstall python3-typed_ast.x86_64 Package on Fedora 34

Last updated: October 07,2024

1. Install "python3-typed_ast.x86_64" package

Learn how to install python3-typed_ast.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-typed_ast.x86_64

2. Uninstall "python3-typed_ast.x86_64" package

Please follow the guidance below to uninstall python3-typed_ast.x86_64 on Fedora 34:

$ sudo dnf remove python3-typed_ast.x86_64 $ sudo dnf autoremove

3. Information about the python3-typed_ast.x86_64 package on Fedora 34

Last metadata expiration check: 3:20:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-typed_ast
Version : 1.4.3
Release : 4.fc34
Architecture : x86_64
Size : 195 k
Source : python3-typed_ast-1.4.3-4.fc34.src.rpm
Repository : updates
Summary : A fork of the ast module with type annotations
URL : https://github.com/python/typed_ast
License : ASL 2.0
Description : A fork of the ast module with type annotations. This package is based on the ast modules from Python 2 and 3,
: and has been extended with support for type comments and type annotations
: as supported in Python 3.6.