update-grub on AUR (Arch User Repository)

Last updated: June 28,2024

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

$ yay -S update-grub

* (Optional) Uninstall update-grub on Arch using YAY

$ yay -Rns update-grub

2. Manually Install "update-grub" via AUR

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

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

b. Clone update-grub's git locally

$ git clone https://aur.archlinux.org/update-grub.git ~/update-grub

c. Go to ~/update-grub folder and install it

$ cd ~/update-grub $ makepkg -si

3. Information about the update-grub package on Arch User Repository (AUR)

ID: 1280755
Name: update-grub
PackageBaseID: 67101
PackageBase: update-grub
Version: 0.0.1-8
Description: Simple wrapper around grub-mkconfig
URL: https://packages.ubuntu.com/jammy/admin/grub-common
NumVotes: 119
Popularity: 1.757581
OutOfDate:
Maintainer: sataa
Submitter: FSMaxB
FirstSubmitted: 1360495166
LastModified: 1688094039
URLPath: /cgit/aur.git/snapshot/update-grub.tar.gz

5. The same packages on other Linux Distributions