How to Install and Uninstall python3-itanium_demangler.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-itanium_demangler.noarch" package

Please follow the guidance below to install python3-itanium_demangler.noarch on Rocky Linux 8

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

2. Uninstall "python3-itanium_demangler.noarch" package

This guide covers the steps necessary to uninstall python3-itanium_demangler.noarch on Rocky Linux 8:

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

3. Information about the python3-itanium_demangler.noarch package on Rocky Linux 8

Last metadata expiration check: 0:18:21 ago on Mon Sep 12 10:27:18 2022.
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.