efitools from home:jejb1:UEFI project
Vyberte váš operační systém
Přidat repozitář a instalovat ručně
Pro Debian Testing spusťte následující:
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:/jejb1:/UEFI/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:jejb1:UEFI.list curl -fsSL https://download.opensuse.org/repositories/home:jejb1:UEFI/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jejb1_UEFI.gpg > /dev/null sudo apt update sudo apt install efitools
Pro Debian 9.0 spusťte následující:
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:/jejb1:/UEFI/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:jejb1:UEFI.list curl -fsSL https://download.opensuse.org/repositories/home:jejb1:UEFI/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jejb1_UEFI.gpg > /dev/null sudo apt update sudo apt install efitools
Získat binární balíčky přímo
Přidat repozitář a instalovat ručně
Pro Fedora 27 spusťte jako root následující:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:jejb1:UEFI/Fedora_27/home:jejb1:UEFI.repo dnf install efitools
Získat binární balíčky přímo
Přidat repozitář a instalovat ručně
Pro openSUSE Leap 42.3 spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:jejb1:UEFI/openSUSE_Leap_42.3/home:jejb1:UEFI.repo zypper refresh zypper install efitools