secureboot on AUR (Arch User Repository)

Last updated: November 23,2024

1. Install "secureboot" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install secureboot on Arch using YAY

$ yay -S secureboot

* (Optional) Uninstall secureboot on Arch using YAY

$ yay -Rns secureboot

2. Manually Install "secureboot" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone secureboot's git locally

$ git clone https://aur.archlinux.org/secureboot.git ~/secureboot

c. Go to ~/secureboot folder and install it

$ cd ~/secureboot $ makepkg -si

3. Information about the secureboot package on Arch User Repository (AUR)

ID: 850663
Name: secureboot
PackageBaseID: 138714
PackageBase: secureboot
Version: 0.1.4-1
Description: This package contains script, which helps to manage secureboot. It can generate keys, enroll it to UEFI and sign images
URL: https://github.com/lomonosow/secureboot
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: lomonosow
Submitter: lomonosow
FirstSubmitted: 1547300737
LastModified: 1611174748
URLPath: /cgit/aur.git/snapshot/secureboot.tar.gz