Difference between revisions of "Debian"

From Sugar Labs
Jump to navigation Jump to search
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
  
 
In relation to Sugar, Debian is a downstream distribution project that can be used to run Sugar.
 
In relation to Sugar, Debian is a downstream distribution project that can be used to run Sugar.
 +
 +
== Using Sugar 0.112 on Debian ==
 +
 +
Sugar 0.112 will be available in Debian ''Buster''.
  
 
== Using Sugar 0.110 on Debian ==
 
== Using Sugar 0.110 on Debian ==
Line 12: Line 16:
 
* install Debian ''Stretch'' in the usual way, see [https://www.debian.org/ debian.org], and [https://www.debian.org/releases/stretch/debian-installer/ debian-installer],
 
* install Debian ''Stretch'' in the usual way, see [https://www.debian.org/ debian.org], and [https://www.debian.org/releases/stretch/debian-installer/ debian-installer],
 
* when asked mid-way through install what to include, deselect all,
 
* when asked mid-way through install what to include, deselect all,
* when the install has completed, log in as root, install Sugar, a display manager, and reboot,
+
* when the install has completed, log in, install Sugar, a display manager, and reboot,
  apt install sucrose lightdm
+
  sudo apt install sucrose lightdm
  exec reboot
+
  exec sudo reboot
 
* in the graphical login screen, change from the default X session to Sugar,
 
* in the graphical login screen, change from the default X session to Sugar,
 
* log in as your non-root user, created during install.
 
* log in as your non-root user, created during install.
Line 28: Line 32:
 
See also https://wiki.debian.org/SugarBlend for one method and an image.
 
See also https://wiki.debian.org/SugarBlend for one method and an image.
  
See also https://github.com/drtyhlpr/rpi23-gen-image.git for an image builder for Raspberry Pi.
+
See also [[Debian/Raspberry Pi]] for the Raspberry Pi, a [[GSoC]] work in progress, based on an image builder [https://github.com/drtyhlpr/rpi23-gen-image.git|rpi23-gen-image].
 +
 
 +
See also [[0.112#Testing]] for Sugar [[Live Build]], an image for testing a new release of Sugar, or for certain development tasks.
  
 
== Packaging ==
 
== Packaging ==
Line 48: Line 54:
 
* [[Ubuntu]],
 
* [[Ubuntu]],
 
* [[Raspbian]] for the Raspberry Pi.
 
* [[Raspbian]] for the Raspberry Pi.
* [https://wiki.sugarlabs.org/go/Debian/Raspberry_Pi  Debian] sugar 0.110.0 for the Raspberry Pi - (Gsoc) work in progress
 
  
 
== See Also ==
 
== See Also ==

Revision as of 20:36, 17 January 2018

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 0.112 on Debian

Sugar 0.112 will be available in Debian Buster.

Using Sugar 0.110 on Debian

Sugar 0.110 is available in Debian Stretch:

  • install Debian Stretch in the usual way, see debian.org, and debian-installer,
  • when asked mid-way through install what to include, deselect all,
  • when the install has completed, log in, install Sugar, a display manager, and reboot,
sudo apt install sucrose lightdm
exec sudo reboot
  • in the graphical login screen, change from the default X session to Sugar,
  • log in as your non-root user, created during install.

Known bugs include;

  • 848841 journal view multiple select does not show actions toolbar,
  • Browse busy cursor may get stuck on.

Pre-built Images

There are few pre-built Debian images for Sugar, and the tools available in Debian make this easy for any integration or deployment team. There's no need for us to duplicate documentation here.

See also https://wiki.debian.org/SugarBlend for one method and an image.

See also Debian/Raspberry Pi for the Raspberry Pi, a GSoC work in progress, based on an image builder [1].

See also 0.112#Testing for Sugar Live Build, an image for testing a new release of Sugar, or for certain development tasks.

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