bisection on AUR (Arch User Repository)
Last updated: November 23,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
Copied
b. Install bisection on Arch using YAY
$
yay -S
bisection
Copied
* (Optional) Uninstall bisection on Arch using YAY
$
yay -Rns
bisection
Copied
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
Copied
b. Clone bisection's git locally
$
git clone https://aur.archlinux.org/bisection.git
~/bisection
Copied
c. Go to ~/bisection folder and install it
$
cd
~/bisection
Copied
$
makepkg -si
Copied
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
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