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:
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 [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 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:
sudo apt install ./logrifle_1.6.1_all.deb
After successfull installation run the command below to show the available command line options: