birch from home:lawmurray:birch 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_lawmurray_birch_Arch]
Server = https://download.opensuse.org/repositories/home:/lawmurray:/birch/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:lawmurray:birch/Arch/$(uname -m)/home_lawmurray_birch_Arch.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_lawmurray_birch_Arch/birch
For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:lawmurray:birch/CentOS_8_Stream/home:lawmurray:birch.repo
yum install birch
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:lawmurray:birch/CentOS_8/home:lawmurray:birch.repo
yum install birch
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:/lawmurray:/birch/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:lawmurray:birch.list
curl -fsSL https://download.opensuse.org/repositories/home:lawmurray:birch/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lawmurray_birch.gpg > /dev/null
sudo apt update
sudo apt install birch
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:/lawmurray:/birch/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:lawmurray:birch.list
curl -fsSL https://download.opensuse.org/repositories/home:lawmurray:birch/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lawmurray_birch.gpg > /dev/null
sudo apt update
sudo apt install birch
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:/lawmurray:/birch/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:lawmurray:birch.list
curl -fsSL https://download.opensuse.org/repositories/home:lawmurray:birch/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lawmurray_birch.gpg > /dev/null
sudo apt update
sudo apt install birch
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:/lawmurray:/birch/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:lawmurray:birch.list
curl -fsSL https://download.opensuse.org/repositories/home:lawmurray:birch/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lawmurray_birch.gpg > /dev/null
sudo apt update
sudo apt install birch
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:lawmurray:birch/Fedora_Rawhide/home:lawmurray:birch.repo
dnf install birch
For Fedora 37 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:lawmurray:birch/Fedora_37/home:lawmurray:birch.repo
dnf install birch
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:lawmurray:birch/Mageia_Cauldron/home:lawmurray:birch.repo
dnf install birch
For Mageia 8 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:lawmurray:birch/Mageia_8/home:lawmurray:birch.repo
dnf install birch
For Mageia 7 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:lawmurray:birch/Mageia_7/home:lawmurray:birch.repo
dnf install birch
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:lawmurray:birch/openSUSE_Tumbleweed/home:lawmurray:birch.repo
zypper refresh
zypper install birch
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:/lawmurray:/birch/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:lawmurray:birch.list
curl -fsSL https://download.opensuse.org/repositories/home:lawmurray:birch/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lawmurray_birch.gpg > /dev/null
sudo apt update
sudo apt install birch
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:/lawmurray:/birch/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:lawmurray:birch.list
curl -fsSL https://download.opensuse.org/repositories/home:lawmurray:birch/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lawmurray_birch.gpg > /dev/null
sudo apt update
sudo apt install birch
For openSUSE Leap 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:lawmurray:birch/openSUSE_Leap_15.4/home:lawmurray:birch.repo
zypper refresh
zypper install birch
For openSUSE Leap 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:lawmurray:birch/openSUSE_Leap_15.3/home:lawmurray:birch.repo
zypper refresh
zypper install birch
For SLE 15 SP4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:lawmurray:birch/SLE_15_SP4/home:lawmurray:birch.repo
zypper refresh
zypper install birch
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:lawmurray:birch/SLE_15_SP3/home:lawmurray:birch.repo
zypper refresh
zypper install birch
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:lawmurray:birch/SLE_15_SP2/home:lawmurray:birch.repo
zypper refresh
zypper install birch
For SLE 15 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:lawmurray:birch/SLE_15_SP1/home:lawmurray:birch.repo
zypper refresh
zypper install birch
For xUbuntu 22.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:/lawmurray:/birch/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:lawmurray:birch.list
curl -fsSL https://download.opensuse.org/repositories/home:lawmurray:birch/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lawmurray_birch.gpg > /dev/null
sudo apt update
sudo apt install birch
For xUbuntu 22.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:/lawmurray:/birch/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:lawmurray:birch.list
curl -fsSL https://download.opensuse.org/repositories/home:lawmurray:birch/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lawmurray_birch.gpg > /dev/null
sudo apt update
sudo apt install birch
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:/lawmurray:/birch/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:lawmurray:birch.list
curl -fsSL https://download.opensuse.org/repositories/home:lawmurray:birch/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lawmurray_birch.gpg > /dev/null
sudo apt update
sudo apt install birch
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:/lawmurray:/birch/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:lawmurray:birch.list
curl -fsSL https://download.opensuse.org/repositories/home:lawmurray:birch/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lawmurray_birch.gpg > /dev/null
sudo apt update
sudo apt install birch
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:/lawmurray:/birch/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:lawmurray:birch.list
curl -fsSL https://download.opensuse.org/repositories/home:lawmurray:birch/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lawmurray_birch.gpg > /dev/null
sudo apt update
sudo apt install birch
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:/lawmurray:/birch/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:lawmurray:birch.list
curl -fsSL https://download.opensuse.org/repositories/home:lawmurray:birch/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lawmurray_birch.gpg > /dev/null
sudo apt update
sudo apt install birch