How to Install and Uninstall python310-evtx Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python310-evtx" package

This is a short guide on how to install python310-evtx on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-evtx

2. Uninstall "python310-evtx" package

Please follow the steps below to uninstall python310-evtx on openSuSE Tumbleweed:

$ sudo zypper remove python310-evtx

3. Information about the python310-evtx package on openSuSE Tumbleweed

Information for package python310-evtx:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-evtx
Version : 0.7.4-3.16
Arch : noarch
Vendor : openSUSE
Installed Size : 229.5 KiB
Installed : No
Status : not installed
Source package : python-evtx-0.7.4-3.16.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".