bisection on AUR (Arch User Repository)

Last updated: May 07,2024

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

$ yay -S bisection

* (Optional) Uninstall bisection on Arch using YAY

$ yay -Rns bisection

2. Manually Install "bisection" via AUR

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

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

b. Clone bisection's git locally

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

c. Go to ~/bisection folder and install it

$ cd ~/bisection $ makepkg -si

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

ID: 983320
Name: bisection
PackageBaseID: 172705
PackageBase: bisection
Version: r2.cad6efa-1
Description: Algorithm for solving equations
URL: https://github.com/GVBilokorenko/bisection
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: GVB
Submitter: GVB
FirstSubmitted: 1635949652
LastModified: 1635954757
URLPath: /cgit/aur.git/snapshot/bisection.tar.gz