start-stop-daemon on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S start-stop-daemon

* (Optional) Uninstall start-stop-daemon on Arch using YAY

$ yay -Rns start-stop-daemon

2. Manually Install "start-stop-daemon" via AUR

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

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

b. Clone start-stop-daemon's git locally

$ git clone https://aur.archlinux.org/start-stop-daemon.git ~/start-stop-daemon

c. Go to ~/start-stop-daemon folder and install it

$ cd ~/start-stop-daemon $ makepkg -si

3. Information about the start-stop-daemon package on Arch User Repository (AUR)

ID: 1392839
Name: start-stop-daemon
PackageBaseID: 69828
PackageBase: start-stop-daemon
Version: 1.22.4-1
Description: Start and stop system daemon programs
URL: https://packages.debian.org/source/sid/dpkg
NumVotes: 7
Popularity: 0.00513
OutOfDate:
Maintainer: denn
Submitter: seblu
FirstSubmitted: 1368223861
LastModified: 1706265057
URLPath: /cgit/aur.git/snapshot/start-stop-daemon.tar.gz