bed on AUR (Arch User Repository)

Last updated: October 31,2024

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

$ yay -S bed

* (Optional) Uninstall bed on Arch using YAY

$ yay -Rns bed

2. Manually Install "bed" via AUR

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

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

b. Clone bed's git locally

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

c. Go to ~/bed folder and install it

$ cd ~/bed $ makepkg -si

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

ID: 1422089
Name: bed
PackageBaseID: 203396
PackageBase: bed
Version: 0.2.4-1
Description: binary editor written in Go
URL: https://github.com/itchyny/bed
NumVotes: 1
Popularity: 0.867398
OutOfDate:
Maintainer: axml
Submitter: axml
FirstSubmitted: 1709765123
LastModified: 1709765123
URLPath: /cgit/aur.git/snapshot/bed.tar.gz

5. The same packages on other Linux Distributions