rc-local on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S rc-local

* (Optional) Uninstall rc-local on Arch using YAY

$ yay -Rns rc-local

2. Manually Install "rc-local" via AUR

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

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

b. Clone rc-local's git locally

$ git clone https://aur.archlinux.org/rc-local.git ~/rc-local

c. Go to ~/rc-local folder and install it

$ cd ~/rc-local $ makepkg -si

3. Information about the rc-local package on Arch User Repository (AUR)

ID: 1036082
Name: rc-local
PackageBaseID: 86799
PackageBase: rc-local
Version: 4-1
Description: Support for legacy rc.local scripts
URL: https://aur.archlinux.org/packages/rc-local/
NumVotes: 28
Popularity: 0.037822
OutOfDate:
Maintainer: SunRed
Submitter: spooky
FirstSubmitted: 1413896447
LastModified: 1644761757
URLPath: /cgit/aur.git/snapshot/rc-local.tar.gz