jujutsu on AUR (Arch User Repository)

Last updated: November 27,2024

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

$ yay -S jujutsu

* (Optional) Uninstall jujutsu on Arch using YAY

$ yay -Rns jujutsu

2. Manually Install "jujutsu" via AUR

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

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

b. Clone jujutsu's git locally

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

c. Go to ~/jujutsu folder and install it

$ cd ~/jujutsu $ makepkg -si

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

ID: 1407039
Name: jujutsu
PackageBaseID: 176217
PackageBase: jujutsu
Version: 0.14.0-1
Description: Git-compatible VCS that is both simple and powerful
URL: https://github.com/martinvonz/jj
NumVotes: 9
Popularity: 1.631571
OutOfDate: 1709799486
Maintainer: carsme
Submitter: uhthomas
FirstSubmitted: 1645373998
LastModified: 1707573731
URLPath: /cgit/aur.git/snapshot/jujutsu.tar.gz

5. The same packages on other Linux Distributions