Skip to content

Latest commit

 

History

History
242 lines (158 loc) · 7.92 KB

INSTALLATION.md

File metadata and controls

242 lines (158 loc) · 7.92 KB

LogAnalyzer Installation

In general, it's a good idea to look at LogAnalyzer on OBS for repepositories for the application.

Install via Nix

You can install LogAnalyzer with the Nix package manager on NixOS and other platforms, the package name is loganalyzer.

See LogAnalyzer on nix for more information.

Afterward you should be able to run LogAnalyzer with the command loganalyzer.

Install on Ubuntu Linux (15.04 and newer)

You can add the Ubuntu Launchpad repository and install LogAnalyzer with these commands:

sudo add-apt-repository ppa:pbek/loganalyzer
sudo apt-get update
sudo apt-get install loganalyzer

Install as snap

You can install the LogAnalyzer snap by typing: snap install loganalyzer-pbek and then run it with loganalyzer-pbek.

Snaps are working on many Linux distributions like Ubuntu, Arch Linux, Debian, Fedora, openSUSE, Gentoo Linux, OpenWRT, open embedded and yocto project.

Install on Debian Linux

Debian 10

Run the following shell commands trust the repository.

wget https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/Debian_10/Release.key -O - | sudo apt-key add -

Run the following shell commands to add the repository and install LogAnalyzer from there.

sudo echo 'deb https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/Debian_10/ /' >> /etc/apt/sources.list.d/loganalyzer.list  
sudo apt-get update  
sudo apt-get install loganalyzer

If you use this repository for other Debian Linux versions please make sure that you have Qt installed at least at version 5.3.

Direct Download

Debian 9.0

Run the following shell commands trust the repository.

wget https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/Debian_9.0/Release.key -O - | sudo apt-key add -

Run the following shell commands to add the repository and install LogAnalyzer from there.

sudo echo 'deb https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/Debian_9.0/ /' >> /etc/apt/sources.list.d/loganalyzer.list  
sudo apt-get update  
sudo apt-get install loganalyzer

If you use this repository for other Debian Linux versions please make sure that you have Qt installed at least at version 5.3.

Direct Download

Debian 8.0

Run the following shell commands trust the repository.

wget https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/Debian_8.0/Release.key -O - | sudo apt-key add -

Run the following shell commands to add the repository and install LogAnalyzer from there.

sudo echo 'deb https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/Debian_8.0/ /' >> /etc/apt/sources.list.d/loganalyzer.list  
sudo apt-get update  
sudo apt-get install loganalyzer

If you use this repository for other Debian Linux versions please make sure that you have Qt installed at least at version 5.3.

Direct Download

Install on openSUSE Linux

openSUSE 13.2

Run the following shell commands as root to trust the repository.

su -  
rpm --import https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/openSUSE_13.2/repodata/repomd.xml.key

Run the following shell commands as root to add the repository and install LogAnalyzer from there.

zypper addrepo -f https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/openSUSE_13.2/home:pbek:LogAnalyzer.repo  
zypper refresh  
zypper install loganalyzer

Direct Download

openSUSE Leap 42.1

Run the following shell commands as root to trust the repository.

su -  
rpm --import https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/openSUSE_Leap_42.1/repodata/repomd.xml.key

Run the following shell commands as root to add the repository and install LogAnalyzer from there.

zypper addrepo -f https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/openSUSE_Leap_42.1/home:pbek:LogAnalyzer.repo  
zypper refresh  
zypper install loganalyzer

Direct Download

openSUSE Tumbleweed

Run the following shell commands as root to trust the repository.

su -  
rpm --import https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/openSUSE_Tumbleweed/repodata/repomd.xml.key

Run the following shell commands as root to add the repository and install LogAnalyzer from there.

zypper addrepo -f https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/openSUSE_Tumbleweed/home:pbek:LogAnalyzer.repo  
zypper refresh  
zypper install loganalyzer

Direct Download

Install on Fedora Linux

Fedora 23

Run the following shell commands as root to trust the repository.

su -  
rpm --import https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/Fedora_23/repodata/repomd.xml.key

Run the following shell commands as root to add the repository and install LogAnalyzer from there.

wget https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/Fedora_23/home:pbek:LogAnalyzer.repo -O /etc/yum.repos.d/LogAnalyzer.repo  
dnf clean expire-cache  
dnf install loganalyzer

Direct Download

Fedora 22

Run the following shell commands as root to trust the repository.

su -  
rpm --import https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/Fedora_22/repodata/repomd.xml.key

Run the following shell commands as root to add the repository and install LogAnalyzer from there.

wget https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/Fedora_22/home:pbek:LogAnalyzer.repo -O /etc/yum.repos.d/LogAnalyzer.repo  
dnf clean expire-cache  
dnf install loganalyzer

Direct Download

Install on Arch Linux

pacman

Add the following lines to your /etc/pacman.conf with sudo nano /etc/pacman.conf:

[home_pbek_LogAnalyzer_Arch_Extra]  
SigLevel = Optional TrustAll  
Server = https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/Arch_Extra/$arch

Run the following shell commands to trust the repository:

wget https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/openSUSE_13.2/repodata/repomd.xml.key -O - | sudo pacman-key --add -  
sudo pacman-key --lsign-key FFC43FC94539B8B0

Synchronize your package database and install the package with pacman:

sudo pacman -Syy loganalyzer

Direct Download

Of course you can also use this repository with other Arch Linux based distributions, like Manjaro.

Install on OS X

You will find releases for OS X at LogAnalyzer releases. Look for the latest file named LogAnalyzer-<version-number>.dmg.

Install on Microsoft Windows

You will find releases for Windows at LogAnalyzer releases. Look for the latest file named LogAnalyzer.zip.