gclog from home:stelas project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_stelas_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/stelas/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:stelas/Arch_Extra/$(uname -m)/home_stelas_Arch_Extra.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_stelas_Arch_Extra/gclog

Packages for Arch Extra:

For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:stelas/CentOS_8_Stream/home:stelas.repo
yum install gclog
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:stelas/CentOS_8/home:stelas.repo
yum install gclog
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:stelas/CentOS_7/home:stelas.repo
yum install gclog
For CentOS 6 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:stelas/CentOS_6/home:stelas.repo
yum install gclog
For Raspbian 9.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For Debian Unstable run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For Debian Testing run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For Debian 9.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For Debian 8.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For Debian 7.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For Debian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For Debian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:stelas/Fedora_Rawhide/home:stelas.repo
dnf install gclog
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/openSUSE_Leap_42.3/home:stelas.repo
zypper refresh
zypper install gclog
For openSUSE Leap 42.2 Ports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/openSUSE_Leap_42.2_Ports/home:stelas.repo
zypper refresh
zypper install gclog
For openSUSE Leap 42.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/openSUSE_Leap_42.2/home:stelas.repo
zypper refresh
zypper install gclog
For openSUSE Leap 15.2 PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/openSUSE_Leap_15.2_PowerPC/home:stelas.repo
zypper refresh
zypper install gclog
For openSUSE Leap 15.2 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/openSUSE_Leap_15.2_ARM/home:stelas.repo
zypper refresh
zypper install gclog
For openSUSE Leap 15.1 PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/openSUSE_Leap_15.1_PowerPC/home:stelas.repo
zypper refresh
zypper install gclog
For openSUSE Leap 15.1 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/openSUSE_Leap_15.1_ARM/home:stelas.repo
zypper refresh
zypper install gclog
For openSUSE Leap 15.0 Ports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/openSUSE_Leap_15.0_Ports/home:stelas.repo
zypper refresh
zypper install gclog
For openSUSE 42.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/openSUSE_42.1/home:stelas.repo
zypper refresh
zypper install gclog
For openSUSE 13.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/openSUSE_13.2/home:stelas.repo
zypper refresh
zypper install gclog
For openSUSE 13.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/openSUSE_13.1/home:stelas.repo
zypper refresh
zypper install gclog
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/15.4/home:stelas.repo
zypper refresh
zypper install gclog
For Raspbian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For Raspbian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog

Packages for Raspbian 11:

Packages for Raspbian 10:

For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:stelas/RHEL_7/home:stelas.repo
yum install gclog
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/SLE_15_SP3/home:stelas.repo
zypper refresh
zypper install gclog
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/SLE_15_SP2/home:stelas.repo
zypper refresh
zypper install gclog
For SLE 15 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/SLE_15_SP1/home:stelas.repo
zypper refresh
zypper install gclog
For SLE 15 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/SLE_15/home:stelas.repo
zypper refresh
zypper install gclog
For SLE 12 SP5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/SLE_12_SP5/home:stelas.repo
zypper refresh
zypper install gclog
For SLE 12 SP4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/SLE_12_SP4/home:stelas.repo
zypper refresh
zypper install gclog
For SLE 12 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/SLE_12_SP3/home:stelas.repo
zypper refresh
zypper install gclog
For SLE 12 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/SLE_12_SP2/home:stelas.repo
zypper refresh
zypper install gclog
For SLE 12 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/SLE_12_SP1/home:stelas.repo
zypper refresh
zypper install gclog
For SLE 12 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stelas/SLE_12/home:stelas.repo
zypper refresh
zypper install gclog
For xUbuntu 21.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For xUbuntu 21.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For xUbuntu 20.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For xUbuntu 18.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For xUbuntu 16.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For xUbuntu 14.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog
For xUbuntu 12.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/stelas/xUbuntu_12.04/ /' | sudo tee /etc/apt/sources.list.d/home:stelas.list
curl -fsSL https://download.opensuse.org/repositories/home:stelas/xUbuntu_12.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stelas.gpg > /dev/null
sudo apt update
sudo apt install gclog

Packages for xUbuntu 21.10:

Packages for xUbuntu 21.04:

Packages for xUbuntu 20.04:

Packages for xUbuntu 18.04: