perl-enum on AUR (Arch User Repository)

Last updated: May 09,2024

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

$ yay -S perl-enum

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

$ yay -Rns perl-enum

2. Manually Install "perl-enum" via AUR

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

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

b. Clone perl-enum's git locally

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

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

$ cd ~/perl-enum $ makepkg -si

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

ID: 296225
Name: perl-enum
PackageBaseID: 47465
PackageBase: perl-enum
Version: 1.11-1
Description: C style enumerated types and bitmask flags in Perl
URL: https://metacpan.org/release/enum
NumVotes: 2
Popularity: 0
OutOfDate: 1705074454
Maintainer:
Submitter:
FirstSubmitted: 1300263665
LastModified: 1461371166
URLPath: /cgit/aur.git/snapshot/perl-enum.tar.gz