How to Install and Uninstall pcodedmp.noarch Package on Oracle Linux 9
Last updated: November 15,2024
1. Install "pcodedmp.noarch" package
This guide covers the steps necessary to install pcodedmp.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
pcodedmp.noarch
Copied
2. Uninstall "pcodedmp.noarch" package
Please follow the instructions below to uninstall pcodedmp.noarch on Oracle Linux 9:
$
sudo dnf remove
pcodedmp.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the pcodedmp.noarch package on Oracle Linux 9
Last metadata expiration check: 0:07:53 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pcodedmp
Version : 1.2.6
Release : 16.el9
Architecture : noarch
Size : 8.7 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.
Available Packages
Name : pcodedmp
Version : 1.2.6
Release : 16.el9
Architecture : noarch
Size : 8.7 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.