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

Last updated: May 18,2024

1. Install "python3-olefile.noarch" package

Please follow the step by step instructions below to install python3-olefile.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-olefile.noarch" package

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

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

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

Last metadata expiration check: 1 day, 7:58:42 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-olefile
Version : 0.46
Release : 4.el8
Architecture : noarch
Size : 1.6 M
Source : python-olefile-0.46-4.el8.src.rpm
Repository : epel
Summary : Python package to parse, read and write Microsoft OLE2 files
URL : https://pypi.python.org/pypi/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.