autoupgrade on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S autoupgrade

* (Optional) Uninstall autoupgrade on Arch using YAY

$ yay -Rns autoupgrade

2. Manually Install "autoupgrade" via AUR

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

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

b. Clone autoupgrade's git locally

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

c. Go to ~/autoupgrade folder and install it

$ cd ~/autoupgrade $ makepkg -si

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

ID: 767320
Name: autoupgrade
PackageBaseID: 155630
PackageBase: autoupgrade
Version: 1.0.0-1
Description: Automatic snapshot and then upgrade the system. (When the system fails, run `sudo timeshift --restore` and remove this package until the problem is solved.)
URL: https://github.com/star2000/autoupgrade
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: star2000
FirstSubmitted: 1595174082
LastModified: 1595174082
URLPath: /cgit/aur.git/snapshot/autoupgrade.tar.gz