Home Download Installation License Code Contact

logrifle

Installation Instructions

logrifle has been tested on Linux. It might run on other platforms, too.

Using logrifle without installing

logrifle does not require any installation. You can just follow the steps below to run it.

java -jar logrifle.jar --help

Debian-based systems

As of version 1.3.1 logrifle is available as a Debian package.

Installation using the logrifle apt repository

You can configure the logrifle apt repository and install it from there using the following commands:

sudo wget -O /etc/apt/keyrings/logrifle-pubkey.pgp https://www.logrifle.de/logrifle-pubkey.pgp
sudo echo "deb [signed-by=/etc/apt/keyrings/logrifle-pubkey.pgp] http://apt.logrifle.de/ /" > /etc/apt/sources.list.d/logrifle.list
sudo apt update
sudo apt install logrifle

This is the recommended installation method.

Fixing apt-key deprecation warnings

Previously, the installation instructions shown above were using "apt-key add". This method is now deprecated. If you used the old instructions to install logrifle execute the following commands to get rid of deprecation warnings issued by apt:

sudo wget -O /etc/apt/keyrings/logrifle-pubkey.pgp https://www.logrifle.de/logrifle-pubkey.pgp
sudo echo "deb [signed-by=/etc/apt/keyrings/logrifle-pubkey.pgp] http://apt.logrifle.de/ /" > /etc/apt/sources.list.d/logrifle.list
sudo apt-key del A9BC0423A300B63A7360D629368D26AFE5A29B86
sudo apt update

The last command (apt update) should now happily run through without apt-key warnings.

Manual install

If you prefer to install logrifle manually you can use the following commands:

wget https://www.logrifle.de/dl/1.6.0/logrifle_1.6.0_all.deb
sudo apt install ./logrifle_1.6.0_all.deb

After successfull installation run the command below to show the available command line options:

logrifle --help