How to Install and Uninstall python3-evtx Package on openSUSE Leap

Last updated: May 21,2024

1. Install "python3-evtx" package

Please follow the instructions below to install python3-evtx on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-evtx

2. Uninstall "python3-evtx" package

This tutorial shows how to uninstall python3-evtx on openSUSE Leap:

$ sudo zypper remove python3-evtx

3. Information about the python3-evtx package on openSUSE Leap

Information for package python3-evtx:
-------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-evtx
Version : 0.5.3b-150400.20.30
Arch : noarch
Vendor : SUSE LLC
Installed Size : 324.6 KiB
Installed : No
Status : not installed
Source package : python3-evtx-0.5.3b-150400.20.30.src
Upstream URL : https://github.com/williballenthin/python-evtx
Summary : Windows Event Log files parser
Description :
python-evtx is a pure Python parser for recent Windows Event Log files (those
with the file extension ".evtx"). The module provides programmatic access to the
File and Chunk headers, record templates, and event entries. For example, you
can use python-evtx to review the event logs of Windows 7 systems from a Mac or
Linux workstation. The structure definitions and parsing strategies were heavily
inspired by the work of Andreas Schuster and his Perl implementation
"Parse-Evtx".