Installation

Install YankLog using your distribution's package manager.

Package Manager Installation (Recommended)

Ubuntu/Debian (via PPA)

Add the PPA and install:

sudo add-apt-repository ppa:ismailsafwat/yanklog
sudo apt update
sudo apt install yanklog

Fedora (via COPR)

Enable the COPR repository and install:

sudo dnf copr enable ismailsafwat/yanklog
sudo dnf install yanklog

Arch Linux (via AUR)

Using an AUR helper (recommended):

# Using yay
yay -S yanklog

# Using paru
paru -S yanklog

# Or manually
git clone https://aur.archlinux.org/yanklog.git
cd yanklog
makepkg -si

openSUSE (via OBS)

Add the repository and install:

# For Tumbleweed
sudo zypper addrepo https://download.opensuse.org/repositories/home:ismailsafwat/openSUSE_Tumbleweed/home:ismailsafwat.repo
sudo zypper refresh
sudo zypper install yanklog

# For Leap
sudo zypper addrepo https://download.opensuse.org/repositories/home:ismailsafwat/openSUSE_Leap_15.6/home:ismailsafwat.repo
sudo zypper refresh
sudo zypper install yanklog