Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 2 KB

ubuntu.md

File metadata and controls

61 lines (38 loc) · 2 KB

Using Sugar on Ubuntu

Ubuntu is a Debian-based Linux operating system, with Gnome as its default desktop environment. -- wikipedia.org

In relation to Sugar, Ubuntu is a downstream distribution project that can be used to run Sugar.

Ubuntu 22.04 (Jammy Jellyfish)

Sugar 0.118 can be installed with the following commands:

sudo apt update
sudo apt install sucrose

Known Problems:

Ubuntu 20.10 (Groovy Gorilla)

Sugar 0.117 can be installed with the following commands:

sudo apt update
sudo apt install sucrose

Ubuntu 19.10 (Eoan Ermine)

Sugar 0.112 can be installed with the following commands:

sudo apt update
sudo apt install sucrose

Known Problems:

Ubuntu 19.04 (Disco Dingo)

Sugar 0.112 is in the universe repository, and can be installed with the following commands:

sudo add-apt-repository universe
sudo apt update
sudo apt install sucrose