xlogo on AUR (Arch User Repository)

Last updated: November 08,2024

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

$ yay -S xlogo

* (Optional) Uninstall xlogo on Arch using YAY

$ yay -Rns xlogo

2. Manually Install "xlogo" via AUR

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

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

b. Clone xlogo's git locally

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

c. Go to ~/xlogo folder and install it

$ cd ~/xlogo $ makepkg -si

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

ID: 683391
Name: xlogo
PackageBaseID: 72375
PackageBase: xlogo
Version: 0.9.96pre-1
Description: Logo interpreter written in Java, to teach programming to children with a graphical turtle
URL: http://xlogo.tuxfamily.org/
NumVotes: 11
Popularity: 0.021381
OutOfDate:
Maintainer:
Submitter: xyproto
FirstSubmitted: 1375732720
LastModified: 1578342206
URLPath: /cgit/aur.git/snapshot/xlogo.tar.gz

5. The same packages on other Linux Distributions