peruse from home:leinir:peruse project
Select Your Operating System
Add repository and install manually
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_leinir_peruse_Arch_Extra] SigLevel = Never Server = https://download.opensuse.org/repositories/home:/leinir:/peruse/Arch_Extra/$arch
Then run the following as root
pacman -Syu pacman -S home_leinir_peruse_Arch_Extra/peruse
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:leinir:peruse/openSUSE_Tumbleweed/home:leinir:peruse.repo zypper refresh zypper install peruse
For KDE Frameworks5 LTS Backports SLE 12 SP2 X86 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:leinir:peruse/KDE_Frameworks5_LTS_Backports_SLE_12_SP2_X86/home:leinir:peruse.repo zypper refresh zypper install peruse
For KDE Frameworks5 LTS Backports SLE 12 SP2 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:leinir:peruse/KDE_Frameworks5_LTS_Backports_SLE_12_SP2_ARM/home:leinir:peruse.repo zypper refresh zypper install peruse
Grab binary packages directly
Add repository and install manually
For xUbuntu 16.04 run the following:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/leinir:/peruse/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/home:leinir:peruse.list" sudo apt-get update sudo apt-get install peruse
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/home:leinir:peruse/xUbuntu_16.04/Release.key -O Release.key sudo apt-key add - < Release.key sudo apt-get update