frawk on AUR (Arch User Repository)

Last updated: May 07,2024

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

$ yay -S frawk

* (Optional) Uninstall frawk on Arch using YAY

$ yay -Rns frawk

2. Manually Install "frawk" via AUR

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

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

b. Clone frawk's git locally

$ git clone https://aur.archlinux.org/frawk.git ~/frawk

c. Go to ~/frawk folder and install it

$ cd ~/frawk $ makepkg -si

3. Information about the frawk package on Arch User Repository (AUR)

ID: 1078124
Name: frawk
PackageBaseID: 176906
PackageBase: frawk
Version: 0.4.6-1
Description: frawk is a small programming language for writing short programs processing textual data. To a first approximation, it is an implementation of the AWK language; many common Awk programs produce equivalent output when passed to frawk.
URL: https://github.com/ezrosent/frawk
NumVotes: 0
Popularity: 0
OutOfDate: 1676818458
Maintainer: psYchotic
Submitter: psYchotic
FirstSubmitted: 1647258064
LastModified: 1652177336
URLPath: /cgit/aur.git/snapshot/frawk.tar.gz