bun on AUR (Arch User Repository)

Last updated: May 14,2024

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

$ yay -S bun

* (Optional) Uninstall bun on Arch using YAY

$ yay -Rns bun

2. Manually Install "bun" via AUR

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

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

b. Clone bun's git locally

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

c. Go to ~/bun folder and install it

$ cd ~/bun $ makepkg -si

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

ID: 1415888
Name: bun
PackageBaseID: 197536
PackageBase: bun
Version: 1.0.29-1
Description: Bun is a fast JavaScript all-in-one toolkit. This PKGBUILD builds from source, resulting into a smaller and faster binary depending on your CPU.
URL: https://github.com/oven-sh/bun
NumVotes: 9
Popularity: 3.387297
OutOfDate: 1709576527
Maintainer: tiziodcaio
Submitter: tiziodcaio
FirstSubmitted: 1694554317
LastModified: 1708965881
URLPath: /cgit/aur.git/snapshot/bun.tar.gz