efitools from home:jejb1:UEFI project
Vælg dit styresystem
Tilføj softwarekilde og installér manuelt
For Debian Testing kør følgende:
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
For Debian 9.0 kør følgende:
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
Hent binære pakker direkte
Tilføj softwarekilde og installér manuelt
For Fedora 27 kør følgende som root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:jejb1:UEFI/Fedora_27/home:jejb1:UEFI.repo dnf install efitools
Hent binære pakker direkte
Tilføj softwarekilde og installér manuelt
For openSUSE Leap 42.3 kør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/home:jejb1:UEFI/openSUSE_Leap_42.3/home:jejb1:UEFI.repo zypper refresh zypper install efitools