In general, it's a good idea to look at LogAnalyzer on OBS for repepositories for the application.
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
.
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
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.
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.
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.
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.
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
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
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
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
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
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
Of course you can also use this repository with other Arch Linux based distributions, like Manjaro.
You will find releases for OS X at
LogAnalyzer releases.
Look for the latest file named LogAnalyzer-<version-number>.dmg
.
You will find releases for Windows at
LogAnalyzer releases.
Look for the latest file named LogAnalyzer.zip
.