perl-autodie on AUR (Arch User Repository)

Last updated: May 03,2024

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

$ yay -S perl-autodie

* (Optional) Uninstall perl-autodie on Arch using YAY

$ yay -Rns perl-autodie

2. Manually Install "perl-autodie" via AUR

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

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

b. Clone perl-autodie's git locally

$ git clone https://aur.archlinux.org/perl-autodie.git ~/perl-autodie

c. Go to ~/perl-autodie folder and install it

$ cd ~/perl-autodie $ makepkg -si

3. Information about the perl-autodie package on Arch User Repository (AUR)

ID: 902351
Name: perl-autodie
PackageBaseID: 34505
PackageBase: perl-autodie
Version: 2.34-1
Description: Replace functions with ones that succeed or die with lexical scope
URL: https://metacpan.org/release/autodie
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: bunder
FirstSubmitted: 1265932334
LastModified: 1620194940
URLPath: /cgit/aur.git/snapshot/perl-autodie.tar.gz