1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Using Sugar on Ubuntu
=====================
*Ubuntu is a [Debian](debian.md)-based Linux operating system, with Gnome as its default desktop environment.* -- [wikipedia.org](http://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29)
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
- log out,
- [log in with the Sugar desktop selected](https://github.com/sugarlabs/sugar-docs/blob/master/src/sugar-logging-in.md),
Known Problems:
- no datastore entries are created [sugar-datastore #23](https://github.com/sugarlabs/sugar-datastore/pull/23), and;
- [Browse does not visit web sites](https://github.com/sugarlabs/browse-activity/issues/119).
Ubuntu 20.10 (Groovy Gorilla)
-------------------
Sugar 0.117 can be installed with the following commands:
sudo apt update
sudo apt install sucrose
- log out,
- [log in with the Sugar desktop selected](https://github.com/sugarlabs/sugar-docs/blob/master/src/sugar-logging-in.md),
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](https://github.com/sugarlabs/sugar-docs/blob/master/src/sugar-logging-in.md),
Known Problems:
- Sugar 0.112 does not start because of [ImportError: No module named popwindow](https://github.com/sugarlabs/sugar/issues/822), in turn because the Sugar Toolkit 0.116 is not compatible with Sugar 0.112,
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](https://github.com/sugarlabs/sugar-docs/blob/master/src/sugar-logging-in.md),
|