dracut-hook on AUR (Arch User Repository)

Last updated: November 08,2024

1. Install "dracut-hook" 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 dracut-hook on Arch using YAY

$ yay -S dracut-hook

* (Optional) Uninstall dracut-hook on Arch using YAY

$ yay -Rns dracut-hook

2. Manually Install "dracut-hook" via AUR

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

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

b. Clone dracut-hook's git locally

$ git clone https://aur.archlinux.org/dracut-hook.git ~/dracut-hook

c. Go to ~/dracut-hook folder and install it

$ cd ~/dracut-hook $ makepkg -si

3. Information about the dracut-hook package on Arch User Repository (AUR)

ID: 1040273
Name: dracut-hook
PackageBaseID: 148644
PackageBase: dracut-hook
Version: 0.5.3-1
Description: Install/remove hooks for dracut
URL: https://dracut.wiki.kernel.org/index.php/Main_Page
NumVotes: 22
Popularity: 0.092585
OutOfDate:
Maintainer: jpegxguy
Submitter: kageurufu
FirstSubmitted: 1580420544
LastModified: 1645313698
URLPath: /cgit/aur.git/snapshot/dracut-hook.tar.gz

5. The same packages on other Linux Distributions