Difference between revisions of "Debian"

From Sugar Labs
Jump to navigation Jump to search
(remove very old debian information no longer applicable)
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>[[Category:Supported systems]]</noinclude>
+
Moved to https://github.com/sugarlabs/sugar/blob/master/docs/debian.md
[[File: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.'' -- [https://www.debian.org/ debian.org]
 
 
 
In relation to Sugar, Debian is a downstream distribution project that can be used to run Sugar.
 
 
 
== Using Sugar on Debian ==
 
 
 
There are no pre-built Debian images for Sugar.  Sugar is available in Debian.  To use Sugar in Debian:
 
 
 
* 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,
 
sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list
 
* update the package lists,
 
sudo apt update
 
* install Sugar,
 
sudo apt install sucrose
 
* start a 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.
 
 
 
== Testing Sugar on Debian ==
 
 
 
One Laptop per Child has been curating Sugar and Activities that can be used on Debian, and are in some cases more recent than the Debian ''Jessie'' stable release, or the Debian ''Stretch'' testing release.  This will change over time, as package version numbers are kept below Debian versions so that Debian packages will be installed by preference.
 
 
 
How to add Sugar 0.106.0 to a Debian ''Jessie'' system:
 
* edit <tt>/etc/apt/sources.list</tt> to add the OLPC archive,
 
deb [trusted=yes] <nowiki>http://dev.laptop.org/pub/us</nowiki> stretch main
 
* update the package lists,
 
sudo apt update
 
* install Sugar,
 
sudo apt install olpc-activities
 
* log out of your default desktop, and then log in with the Sugar desktop selected.
 
 
 
Note: only amd64 architecture is supported.  This removes the Abiword support for the Write activity on 32-bit systems.
 
 
 
== Packaging ==
 
 
 
Packaging of Sugar on Debian is done by a team:
 
* [https://alioth.debian.org/projects/pkg-sugar/ pkg-sugar project],
 
* [https://lists.alioth.debian.org/mailman/listinfo/pkg-sugar-devel pkg-sugar-devel mailing list],
 
* [https://lists.alioth.debian.org/mailman/listinfo/pkg-sugar-commit pkg-sugar-commit mailing list],
 
* [https://anonscm.debian.org/cgit/pkg-sugar/ pkg-sugar git repositories],
 
* [http://debian.jones.dk/pkg/sugar_/ package archive of Jonas Smedegaard],
 
 
 
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 [http://packages.debian.org/search?keywords=sugar&searchon=names&suite=all&section=all here].
 
 
 
Those interested in developing Sugar software should visit our [http://developer.sugarlabs.org/ developer documentation website].
 
 
 
== Derivatives ==
 
 
 
Derivatives of Debian include:
 
* [[Ubuntu]],
 
* [[Raspbian]] for the Raspberry Pi.
 
 
 
== See Also ==
 
 
 
* [https://wiki.debian.org/Sugar Sugar page on the Debian Wiki],
 
* the Debian Edu product [[Skolelinux]]
 

Latest revision as of 01:35, 31 January 2018