python-runcommands on AUR (Arch User Repository)

Last updated: July 04,2024

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

$ yay -S python-runcommands

* (Optional) Uninstall python-runcommands on Arch using YAY

$ yay -Rns python-runcommands

2. Manually Install "python-runcommands" via AUR

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

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

b. Clone python-runcommands's git locally

$ git clone https://aur.archlinux.org/python-runcommands.git ~/python-runcommands

c. Go to ~/python-runcommands folder and install it

$ cd ~/python-runcommands $ makepkg -si

3. Information about the python-runcommands package on Arch User Repository (AUR)

ID: 819901
Name: python-runcommands
PackageBaseID: 159957
PackageBase: python-runcommands
Version: 1.0a61-1
Description: Simple command/task runner that uses Python's standard library argparse under the hood
URL: https://github.com/wylee/runcommands
NumVotes: 0
Popularity: 0
OutOfDate: 1689779900
Maintainer:
Submitter: yangon99
FirstSubmitted: 1605622059
LastModified: 1605622059
URLPath: /cgit/aur.git/snapshot/python-runcommands.tar.gz