ltreu-firm-update from home:l-card 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_Arch_Extra_standard]
Server = https://download.opensuse.org/repositories/home:/l-card/Arch_Extra_standard/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:l-card/Arch_Extra_standard/$(uname -m)/home_l-card_Arch_Extra_standard.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_Arch_Extra_standard/ltreu-firm-update

Packages for Arch Extra standard:

For CentOS CentOS-7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:l-card/CentOS_CentOS-7/home:l-card.repo
yum install ltreu-firm-update
For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:l-card/CentOS_8_Stream/home:l-card.repo
yum install ltreu-firm-update
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:l-card/CentOS_8/home:l-card.repo
yum install ltreu-firm-update
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/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
For Debian 12 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/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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:/l-card/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:l-card/Fedora_Rawhide/home:l-card.repo
dnf install ltreu-firm-update
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:l-card/Fedora_38/home:l-card.repo
dnf install ltreu-firm-update
For Fedora 37 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:l-card/Fedora_37/home:l-card.repo
dnf install ltreu-firm-update
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Tumbleweed/home:l-card.repo
zypper refresh
zypper install ltreu-firm-update
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Leap_42.3/home:l-card.repo
zypper refresh
zypper install ltreu-firm-update
For openSUSE Leap 42.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Leap_42.2/home:l-card.repo
zypper refresh
zypper install ltreu-firm-update
For openSUSE Leap 42.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Leap_42.1/home:l-card.repo
zypper refresh
zypper install ltreu-firm-update
For openSUSE Leap 15.2 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Leap_15.2_ARM/home:l-card.repo
zypper refresh
zypper install ltreu-firm-update
For openSUSE Leap 15.1 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Leap_15.1_ARM/home:l-card.repo
zypper refresh
zypper install ltreu-firm-update
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Factory_ARM/home:l-card.repo
zypper refresh
zypper install ltreu-firm-update
For openSUSE 13.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_13.2/home:l-card.repo
zypper refresh
zypper install ltreu-firm-update
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/15.5/home:l-card.repo
zypper refresh
zypper install ltreu-firm-update
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/15.4/home:l-card.repo
zypper refresh
zypper install ltreu-firm-update
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:/l-card/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:l-card/ScientificLinux_7/home:l-card.repo
yum install ltreu-firm-update
For xUbuntu 23.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/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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:/l-card/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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:/l-card/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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:/l-card/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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:/l-card/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update
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/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card.gpg > /dev/null
sudo apt update
sudo apt install ltreu-firm-update