Get sugar: Difference between revisions

Tony37 (talk | contribs)
No edit summary
Tony37 (talk | contribs)
No edit summary
 
Line 88: Line 88:
{| style="text-align: center"
{| style="text-align: center"


 
# The latest version of Sugar (0.110) can be installed by typing:<br><br>
 
<code>sudo apt install sucrose</code>
Sugar 0.110 is in the archive for Ubuntu 17.04 Zesty, and can be installed by typing<br>
 
<code>sudo apt install sucrose</code>
|}
|}


|-
|[[File:Debian-small.jpg|link=Debian]]
|[[File:Debian-small.jpg|link=Debian]]||[[Debian]]||0.110||Debian Stretch
===Debian GNU/Linux 9 "Stretch"===
{|
# install Debian ''Jessie'' in the usual way, see [https://www.debian.org/ debian.org],
# install Debian ''Jessie'' in the usual way, see [https://www.debian.org/ debian.org],
# change <tt>/etc/apt/sources.list</tt> to use the Debian ''Stretch'' testing release,
# change <tt>/etc/apt/sources.list</tt> to use the Debian ''Stretch'' testing release,
sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list
##<code>sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list</code>
# update the package lists,
##<code>sudo apt update</code>
sudo apt update
##<code>sudo apt dist-upgrade</code>
# upgrade all packages,
# install Sugar,<br>
sudo apt dist-upgrade
## type <code>sudo apt install sucrose</code>
# install Sugar,
sudo apt install sucrose
|-
|[[File:Debian-small.jpg|link=Debian]]||[[Debian on rpi3]]||0.110||Debian jessie
|-
* install Raspbian ''Jessie'' in the usual way,
* change <tt>/etc/apt/sources.list</tt> to use the ''Stretch'' testing release,
sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list
* update the package lists,
sudo apt update
* upgrade all packages,
sudo apt dist-upgrade,
* install Sugar,
sudo apt install sucrose
|}
|}