Difference between revisions of "Debian"

From Sugar Labs
Jump to navigation Jump to search
(remove the olpc curated packages; these are superseded by later work by the debian projet)
Line 8: Line 8:
 
== Using Sugar on Debian ==
 
== Using Sugar on Debian ==
  
There are no pre-built Debian images for Sugar.  Sugar is available in Debian.  To use Sugar in Debian:
+
Sugar is available in Debian.  To use Sugar in Debian:
  
 
* 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],
Line 17: Line 17:
 
* install Sugar,
 
* install Sugar,
 
  sudo apt install sucrose
 
  sudo apt install sucrose
* start a display manager or reboot,
+
* restart the display manager or reboot,
 
  sudo service gdm3 start
 
  sudo service gdm3 start
 
* log in with the Sugar desktop selected.
 
* log in with the Sugar desktop selected.
  
 
We use the testing ''Stretch'' release because Sugar is not in the current stable ''Jessie'' release, as it was not ready. But this has been fixed.
 
We use the testing ''Stretch'' release because Sugar is not in the current stable ''Jessie'' release, as it was not ready. But this has been fixed.
 +
 +
== Pre-built Images ==
 +
 +
There are no pre-built Debian images for Sugar, but the tools available in Debian make this easy for any integration or deployment team.
  
 
== Packaging ==
 
== Packaging ==

Revision as of 20:21, 19 December 2016

Debian.jpg

Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. -- debian.org

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

Using Sugar on Debian

Sugar is available in Debian. To use Sugar in Debian:

  • install Debian Jessie in the usual way, see debian.org,
  • change /etc/apt/sources.list to use the Debian Stretch testing release,
sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list
  • update the package lists,
sudo apt update
  • install Sugar,
sudo apt install sucrose
  • restart the display manager or reboot,
sudo service gdm3 start
  • log in with the Sugar desktop selected.

We use the testing Stretch release because Sugar is not in the current stable Jessie release, as it was not ready. But this has been fixed.

Pre-built Images

There are no pre-built Debian images for Sugar, but the tools available in Debian make this easy for any integration or deployment team.

Packaging

Packaging of Sugar on Debian is done by a team:

Sucrose packages are usually updated in the unstable release. These packages migrate to the testing release after a while. You can see the current package versions here.

Those interested in developing Sugar software should visit our developer documentation website.

Derivatives

Derivatives of Debian include:

See Also