How to Install and Uninstall python3-itanium_demangler.noarch Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "python3-itanium_demangler.noarch" package

Learn how to install python3-itanium_demangler.noarch on CentOS Stream 8

$ 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 CentOS Stream 8:

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

3. Information about the python3-itanium_demangler.noarch package on CentOS Stream 8

Last metadata expiration check: 4:36:45 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-itanium_demangler
Version : 1.0
Release : 1.el8
Architecture : noarch
Size : 22 k
Source : python-itanium_demangler-1.0-1.el8.src.rpm
Repository : epel
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.