sysupdate on AUR (Arch User Repository)

Last updated: November 22,2024

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

$ yay -S sysupdate

* (Optional) Uninstall sysupdate on Arch using YAY

$ yay -Rns sysupdate

2. Manually Install "sysupdate" via AUR

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

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

b. Clone sysupdate's git locally

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

c. Go to ~/sysupdate folder and install it

$ cd ~/sysupdate $ makepkg -si

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

ID: 609502
Name: sysupdate
PackageBaseID: 141760
PackageBase: sysupdate
Version: 1.0-1
Description: A simple script that checks for available updates and let's you install them too
URL: https://gitlab.com/Bettehem/sysupdate
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Bettehem
FirstSubmitted: 1556980549
LastModified: 1556980549
URLPath: /cgit/aur.git/snapshot/sysupdate.tar.gz