How to Install and Uninstall python3-itanium_demangler.noarch Package on Fedora 34

Last updated: January 16,2025

1. Install "python3-itanium_demangler.noarch" package

In this section, we are going to explain the necessary steps to install python3-itanium_demangler.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-itanium_demangler.noarch

2. Uninstall "python3-itanium_demangler.noarch" package

Learn how to uninstall python3-itanium_demangler.noarch on Fedora 34:

$ sudo dnf remove python3-itanium_demangler.noarch $ sudo dnf autoremove

3. Information about the python3-itanium_demangler.noarch package on Fedora 34

Last metadata expiration check: 5:10:10 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-itanium_demangler
Version : 1.0
Release : 4.fc34
Architecture : noarch
Size : 23 k
Source : python-itanium_demangler-1.0-4.fc34.src.rpm
Repository : fedora
Summary : Pure Python parser for mangled itanium symbols
URL : https://github.com/whitequark/python-itanium_demangler
License : BSD
Description : The Python Itanium Demangler is a pure Python parser for the Itanium C++ ABI
: symbol mangling language. This demangler generates an abstract syntax tree
: from mangled symbols, which can be used for directly extracting type
: information, as opposed to having to interpret the C++ source code.