livebook on AUR (Arch User Repository)

Last updated: October 06,2024

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

$ yay -S livebook

* (Optional) Uninstall livebook on Arch using YAY

$ yay -Rns livebook

2. Manually Install "livebook" via AUR

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

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

b. Clone livebook's git locally

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

c. Go to ~/livebook folder and install it

$ cd ~/livebook $ makepkg -si

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

ID: 1312965
Name: livebook
PackageBaseID: 192934
PackageBase: livebook
Version: 0.10.0-1
Description: Automate code & data workflows with interactive Elixir notebooks
URL: https://livebook.dev
NumVotes: 1
Popularity: 0.037699
OutOfDate:
Maintainer: nelsonmestevao
Submitter: nelsonmestevao
FirstSubmitted: 1682181510
LastModified: 1693694231
URLPath: /cgit/aur.git/snapshot/livebook.tar.gz