bzr on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S bzr

* (Optional) Uninstall bzr on Arch using YAY

$ yay -Rns bzr

2. Manually Install "bzr" via AUR

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

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

b. Clone bzr's git locally

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

c. Go to ~/bzr folder and install it

$ cd ~/bzr $ makepkg -si

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

ID: 1106929
Name: bzr
PackageBaseID: 148928
PackageBase: bzr
Version: 2.7.0-3
Description: A decentralized revision control system (bazaar)
URL: https://bazaar.canonical.com/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: alucryd
FirstSubmitted: 1581160594
LastModified: 1656798728
URLPath: /cgit/aur.git/snapshot/bzr.tar.gz