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

Last updated: October 07,2024

1. Install "python3-pcodedmp.noarch" package

This tutorial shows how to install python3-pcodedmp.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-pcodedmp.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pcodedmp.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 2:03:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pcodedmp
Version : 1.2.6
Release : 16.el9
Architecture : noarch
Size : 51 k
Source : python-pcodedmp-1.2.6-16.el9.src.rpm
Repository : epel
Summary : VBA p-code disassembler
URL : https://github.com/bontchev/pcodedmp
License : GPL-3.0-or-later
Description : Macros written in VBA (Visual Basic for Applications; the macro programming
: language used in Microsoft Office) exist in three different executable forms,
: each of which can be what is actually executed at run time, depending on the
: circumstances: Source code, p-code and execodes.
:
: Since most of the time it is the p-code that determines what exactly a macro
: would do (even if neither source code, nor execodes are present), pcodedmp is
: a Python library and command line tool to display it.