Skip to content

logdissect-3.0.2

Compare
Choose a tag to compare
@dogoncouch dogoncouch released this 25 Mar 19:41
· 27 commits to master since this release

logdissect-3.0.2

A CLI utility and Python API for analyzing log files and other data.

Changes

See CHANGELOG.md

Usage

See README.md

Installing

Installing via GitHub

The included Makefile will install logdissect for whichever versions of Python are available. If both are present, the command-line program will use Python 2, which is a bit faster.

Requirements: python, python-setuptools (and/or python3, python3-setuptools)

wget https://github.com/dogoncouch/logdissect/archive/v3.0.2.tar.gz
tar -xzf v3.0.2.tar.gz
cd logdissect-3.0.2
sudo make all

sha256sum:

0d58c081faacee3c8b41b494aa24517579d0f4e1ee0c3f0767cc0152c696f712  v3.0.2.tar.gz

Installing via PyPI

Requirements: pip

sudo pip install logdissect