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

Last updated: July 05,2024

1. Install "python2-evtx" package

In this section, we are going to explain the necessary steps to install python2-evtx on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-evtx

2. Uninstall "python2-evtx" package

Please follow the guidance below to uninstall python2-evtx on openSUSE Leap:

$ sudo zypper remove python2-evtx

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

Information for package python2-evtx:
-------------------------------------
Repository : Main Repository
Name : python2-evtx
Version : 0.5.3b-2.21
Arch : noarch
Vendor : SUSE LLC
Installed Size : 234,6 KiB
Installed : No
Status : not installed
Source package : python-evtx-0.5.3b-2.21.src
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".