Get sugar: Difference between revisions
No edit summary |
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 | |||
|} | |} | ||
|[[File:Debian-small.jpg|link=Debian]] | |||
|[[File:Debian-small.jpg|link=Debian]] | ===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, | ||
##<code>sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list</code> | |||
# | ##<code>sudo apt update</code> | ||
##<code>sudo apt dist-upgrade</code> | |||
# | # install Sugar,<br> | ||
## type <code>sudo apt install sucrose</code> | |||
# install Sugar, | |||
|} | |} | ||