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

Last updated: October 07,2024

1. Install "python3-olefile.noarch" package

This is a short guide on how to install python3-olefile.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-olefile.noarch" package

Learn how to uninstall python3-olefile.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 2:02:30 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-olefile
Version : 0.46
Release : 15.el9
Architecture : noarch
Size : 56 k
Source : python-olefile-0.46-15.el9.src.rpm
Repository : epel
Summary : Python package to parse, read and write Microsoft OLE2 files
URL : https://www.decalage.info/python/olefile
License : BSD
Description : olefile is a Python package to parse, read and write Microsoft OLE2 files
: (also called Structured Storage, Compound File Binary Format or Compound
: Document File Format), such as Microsoft Office 97-2003 documents,
: vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files,
: Outlook messages, StickyNotes, several Microscopy file formats, McAfee
: antivirus quarantine files, etc.
:
: Python3 version.