How to Install and Uninstall pcodedmp.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "pcodedmp.noarch" package

Please follow the guidelines below to install pcodedmp.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install pcodedmp.noarch

2. Uninstall "pcodedmp.noarch" package

This tutorial shows how to uninstall pcodedmp.noarch on Rocky Linux 8:

$ sudo dnf remove pcodedmp.noarch $ sudo dnf autoremove

3. Information about the pcodedmp.noarch package on Rocky Linux 8

Last metadata expiration check: 0:20:32 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : pcodedmp
Version : 1.2.6
Release : 1.el8
Architecture : noarch
Size : 7.5 k
Source : python-pcodedmp-1.2.6-1.el8.src.rpm
Repository : epel
Summary : VBA p-code disassembler
URL : https://github.com/bontchev/pcodedmp
License : GPLv3+
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.