Difference between revisions of "Debian"

From Sugar Labs
Jump to navigation Jump to search
(0.110 has MIGRATED to testing in Debian)
Line 15: Line 15:
 
* update the package lists,
 
* update the package lists,
 
  sudo apt update
 
  sudo apt update
 +
* upgrade all packages,
 +
sudo apt dist-upgrade
 
* install Sugar,
 
* install Sugar,
 
  sudo apt install sucrose
 
  sudo apt install sucrose

Revision as of 00:51, 26 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 0.110 on Debian

Sugar 0.110 is available in Debian Stretch:

  • 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
  • upgrade all packages,
sudo apt dist-upgrade
  • install Sugar,
sudo apt install sucrose
  • log out,
  • 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; "due to critical issues with collaboration discovered during freeze of the distribution release process". But this has been fixed.

To help avoid this happening again, test early and test often.

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. There's no need for us to duplicate documentation here.

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