arc-pine-icon-theme from home:Pival81 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_Pival81_Arch_Extra] Server = https://download.opensuse.org/repositories/home:/Pival81/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:Pival81/Arch_Extra/$(uname -m)/home_Pival81_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_Pival81_Arch_Extra/arc-pine-icon-theme
Grab binary packages directly
Add repository and install manually
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:Pival81/CentOS_7/home:Pival81.repo yum install arc-pine-icon-theme
For CentOS 6 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:Pival81/CentOS_6/home:Pival81.repo yum install arc-pine-icon-theme
Grab binary packages directly
Add repository and install manually
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:/Pival81/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:Pival81.list curl -fsSL https://download.opensuse.org/repositories/home:Pival81/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Pival81.gpg > /dev/null sudo apt update sudo apt install arc-pine-icon-theme
Grab binary packages directly
Add repository and install manually
For Fedora 25 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Pival81/Fedora_25/home:Pival81.repo dnf install arc-pine-icon-theme
For Fedora 24 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Pival81/Fedora_24/home:Pival81.repo dnf install arc-pine-icon-theme
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:Pival81/openSUSE_Tumbleweed/home:Pival81.repo zypper refresh zypper install arc-pine-icon-theme
For openSUSE Leap 42.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Pival81/openSUSE_Leap_42.2/home:Pival81.repo zypper refresh zypper install arc-pine-icon-theme
Grab binary packages directly
Add repository and install manually
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:Pival81/RHEL_7/home:Pival81.repo yum install arc-pine-icon-theme
For RHEL 6 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:Pival81/RHEL_6/home:Pival81.repo yum install arc-pine-icon-theme
Grab binary packages directly
Add repository and install manually
For xUbuntu 16.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:/Pival81/xUbuntu_16.10/ /' | sudo tee /etc/apt/sources.list.d/home:Pival81.list curl -fsSL https://download.opensuse.org/repositories/home:Pival81/xUbuntu_16.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Pival81.gpg > /dev/null sudo apt update sudo apt install arc-pine-icon-theme
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:/Pival81/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:Pival81.list curl -fsSL https://download.opensuse.org/repositories/home:Pival81/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Pival81.gpg > /dev/null sudo apt update sudo apt install arc-pine-icon-theme
Grab binary packages directly
Add repository and install manually
For openSUSE Leap 42.1 run the following as root:
?