Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.84 KB

ubuntu.md

File metadata and controls

53 lines (33 loc) · 1.84 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 19.10 (Eoan Ermine)

Sugar 0.112 can be installed with the following commands:

sudo apt update
sudo apt install sucrose
  • log out,
  • log in with the Sugar desktop selected,

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
  • log out,
  • log in with the Sugar desktop selected,

Ubuntu 18.04 (Bionic Beaver) and 18.10 (Cosmic Cuttlefish)

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

sudo add-apt-repository universe
sudo apt-get update
sudo apt install sucrose
  • log out,
  • log in with the Sugar desktop selected,
  • press the F3 key to switch to the home view, see below.

Known problems

  • Sugar starts in Journal, fixed by 258235c or Metacity 074af8f,
  • My Settings, Network, may hang, requires reboot or forced logout to escape, fixed by 04c63f6.