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.
- Make sure that you have the Java Runtime Environment installed on your system. Linux users can use the openjdk typically available in the repositories of most distributions. logrifle requires at least Java 8.
- Download the executable jar file.
- Extract the downloaded tarball to a folder of your choice.
- Run the jar file with the command below to show the available command line options:
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 echo "deb http://apt.logrifle.de/ /" > /etc/apt/sources.list.d/logrifle.list
wget -qO - https://www.logrifle.de/logrifle-pubkey.pgp | sudo apt-key add -
sudo apt update
sudo apt install logrifle
wget -qO - https://www.logrifle.de/logrifle-pubkey.pgp | sudo apt-key add -
sudo apt update
sudo apt install logrifle
This is the recommended installation method.
Manual install
If you prefer to install logrifle manually you can use the following commands:
wget https://www.logrifle.de/dl/1.5.1/logrifle_1.5.1_all.deb
sudo apt install ./logrifle_1.5.1_all.deb
sudo apt install ./logrifle_1.5.1_all.deb
After successfull installation run the command below to show the available command line options:
logrifle --help