codespace on AUR (Arch User Repository)

Last updated: November 24,2024

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

$ yay -S codespace

* (Optional) Uninstall codespace on Arch using YAY

$ yay -Rns codespace

2. Manually Install "codespace" via AUR

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

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

b. Clone codespace's git locally

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

c. Go to ~/codespace folder and install it

$ cd ~/codespace $ makepkg -si

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

ID: 824087
Name: codespace
PackageBaseID: 152320
PackageBase: codespace
Version: 1.4.0-1
Description: The code snippet manager you've been waiting for (Requires license key)
URL: https://codespace.app
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer:
Submitter: ragouel
FirstSubmitted: 1588529608
LastModified: 1606328562
URLPath: /cgit/aur.git/snapshot/codespace.tar.gz