act on AUR (Arch User Repository)
Last updated: November 23,2024
1. Install "act" 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
Copied
b. Install act on Arch using YAY
$
yay -S
act
Copied
* (Optional) Uninstall act on Arch using YAY
$
yay -Rns
act
Copied
2. Manually Install "act" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone act's git locally
$
git clone https://aur.archlinux.org/act.git
~/act
Copied
c. Go to ~/act folder and install it
$
cd
~/act
Copied
$
makepkg -si
Copied
3. Information about the act package on Arch User Repository (AUR)
ID: 1421367
Name: act
PackageBaseID: 144829
PackageBase: act
Version: 0.2.60-1
Description: Run your GitHub Actions locally
URL: https://github.com/nektos/act
NumVotes: 28
Popularity: 0.807035
OutOfDate:
Maintainer: flipee
Submitter: SirWindfield
FirstSubmitted: 1567599290
LastModified: 1709667453
URLPath: /cgit/aur.git/snapshot/act.tar.gz
Name: act
PackageBaseID: 144829
PackageBase: act
Version: 0.2.60-1
Description: Run your GitHub Actions locally
URL: https://github.com/nektos/act
NumVotes: 28
Popularity: 0.807035
OutOfDate:
Maintainer: flipee
Submitter: SirWindfield
FirstSubmitted: 1567599290
LastModified: 1709667453
URLPath: /cgit/aur.git/snapshot/act.tar.gz