guile-fibers on AUR (Arch User Repository)

Last updated: June 30,2024

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

$ yay -S guile-fibers

* (Optional) Uninstall guile-fibers on Arch using YAY

$ yay -Rns guile-fibers

2. Manually Install "guile-fibers" via AUR

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

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

b. Clone guile-fibers's git locally

$ git clone https://aur.archlinux.org/guile-fibers.git ~/guile-fibers

c. Go to ~/guile-fibers folder and install it

$ cd ~/guile-fibers $ makepkg -si

3. Information about the guile-fibers package on Arch User Repository (AUR)

ID: 1273727
Name: guile-fibers
PackageBaseID: 179004
PackageBase: guile-fibers
Version: 1.3.1-1
Description: Concurrent ML-like concurrency for Guile
URL: https://github.com/wingo/fibers
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: kiasoc5
Submitter: kiasoc5
FirstSubmitted: 1653076278
LastModified: 1686842738
URLPath: /cgit/aur.git/snapshot/guile-fibers.tar.gz

5. The same packages on other Linux Distributions