lboot from home:l-card:testing 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_l-card_testing_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/l-card:/testing/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Arch_Extra/$(uname -m)/home_l-card_testing_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_l-card_testing_Arch_Extra/lboot

Packages for Arch Extra:

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:/l-card:/testing/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lboot
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:/l-card:/testing/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lboot
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:/l-card:/testing/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lboot
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:/l-card:/testing/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lboot
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:/l-card:/testing/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lboot
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:/l-card:/testing/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lboot
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:/l-card:/testing/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lboot
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_Tumbleweed/home:l-card:testing.repo
zypper refresh
zypper install lboot
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_Leap_42.3/home:l-card:testing.repo
zypper refresh
zypper install lboot
For openSUSE Leap 42.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_Leap_42.2/home:l-card:testing.repo
zypper refresh
zypper install lboot
For openSUSE Leap 42.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_Leap_42.1/home:l-card:testing.repo
zypper refresh
zypper install lboot
For openSUSE Leap 15.1 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_Leap_15.1_ARM/home:l-card:testing.repo
zypper refresh
zypper install lboot
For openSUSE 13.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_13.2/home:l-card:testing.repo
zypper refresh
zypper install lboot
For openSUSE 13.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_13.1/home:l-card:testing.repo
zypper refresh
zypper install lboot
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:/l-card:/testing/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lboot
For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:l-card:testing/ScientificLinux_7/home:l-card:testing.repo
yum install lboot
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:/l-card:/testing/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lboot
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:/l-card:/testing/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lboot
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:/l-card:/testing/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lboot
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:/l-card:/testing/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lboot
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:/l-card:/testing/xUbuntu_12.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/xUbuntu_12.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lboot