isabelle on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S isabelle

* (Optional) Uninstall isabelle on Arch using YAY

$ yay -Rns isabelle

2. Manually Install "isabelle" via AUR

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

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

b. Clone isabelle's git locally

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

c. Go to ~/isabelle folder and install it

$ cd ~/isabelle $ makepkg -si

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

ID: 1320658
Name: isabelle
PackageBaseID: 82636
PackageBase: isabelle
Version: 2023-1
Description: A generic proof assistant. It allows mathematical formulas to be expressed in a formal language and provides tools for proving those formulas in a logical calculus.
URL: https://www.cl.cam.ac.uk/research/hvg/Isabelle/
NumVotes: 25
Popularity: 2.0E-6
OutOfDate:
Maintainer: bitwave
Submitter: bitwave
FirstSubmitted: 1402133524
LastModified: 1695035805
URLPath: /cgit/aur.git/snapshot/isabelle.tar.gz