How to Install and Uninstall python3-oletools.noarch Package on CentOS 8 / RHEL 8

Last updated: May 04,2024

1. Install "python3-oletools.noarch" package

Please follow the guidance below to install python3-oletools.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-oletools.noarch" package

Please follow the steps below to uninstall python3-oletools.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-oletools.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:58:43 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-oletools
Version : 0.56.1
Release : 1.el8
Architecture : noarch
Size : 359 k
Source : python-oletools-0.56.1-1.el8.src.rpm
Repository : epel
Summary : Tools to analyze Microsoft OLE2 files
URL : https://www.decalage.info/python/oletools
License : BSD and MIT and Python
Description : The python-oletools is a package of python tools from Philippe Lagadec
: to analyze Microsoft OLE2 files (also called Structured Storage,
: Compound File Binary Format or Compound Document File Format),
: such as Microsoft Office documents or Outlook messages, mainly for
: malware analysis, forensics and debugging.
: It is based on the olefile parser.
: See http://www.decalage.info/python/oletools for more info.
:
: Python3 version.