How to Install and Uninstall python3-itanium_demangler.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

1. Install "python3-itanium_demangler.noarch" package

This guide covers the steps necessary to install python3-itanium_demangler.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-itanium_demangler.noarch" package

Please follow the steps below to uninstall python3-itanium_demangler.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-itanium_demangler.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:22:05 ago on Mon Feb 26 15:59:38 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.