codereview on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S codereview

* (Optional) Uninstall codereview on Arch using YAY

$ yay -Rns codereview

2. Manually Install "codereview" via AUR

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

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

b. Clone codereview's git locally

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

c. Go to ~/codereview folder and install it

$ cd ~/codereview $ makepkg -si

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

ID: 766289
Name: codereview
PackageBaseID: 155529
PackageBase: codereview
Version: 1.0.0-1
Description: A Git GUI tool to perform code review (Diff Viewer) written in Python3 and Qt5
URL: http://fabricesalvaire.github.io/CodeReview
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: ragouel
FirstSubmitted: 1594944220
LastModified: 1594944353
URLPath: /cgit/aur.git/snapshot/codereview.tar.gz