Debian: Difference between revisions
No edit summary |
No edit summary |
||
| 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 on Debian == | |||
There are no pre-built Debian images for Sugar. To use Sugar in Debian: | There are no pre-built Debian images for Sugar. To use Sugar in Debian: | ||
| Line 20: | Line 22: | ||
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. | ||
== Packaging == | |||
Packaging of Sugar on Debian is done by a team: | Packaging of Sugar on Debian is done by a team: | ||
| Line 28: | Line 32: | ||
* [http://debian.jones.dk/pkg/sugar_/ package archive of Jonas Smedegaard], | * [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§ion=all here]. | |||
Those interested in developing Sugar software should visit our [http://developer.sugarlabs.org/ developer documentation website]. | |||
== Derivatives == | |||
Derivatives of Debian include: | Derivatives of Debian include: | ||
| Line 34: | Line 42: | ||
* [[Raspbian]] for the Raspberry Pi. | * [[Raspbian]] for the Raspberry Pi. | ||
== Virtual Machines == | |||
For virtualization and emulation see also [[Emulator image files]]. | |||
== See Also == | |||
* [https://wiki.debian.org/Sugar Sugar page on the Debian Wiki], | |||
* the Debian Edu product [[Skolelinux]] | |||
====Debian Live==== | ====Debian Live==== | ||
:Manual: http://live.debian.net/manual/current/index.en.html | :Manual: http://live.debian.net/manual/current/index.en.html | ||
| Line 106: | Line 116: | ||
apt-get source python-gi | apt-get source python-gi | ||
4. install | 4. install dependencies | ||
sudo apt-get build-dep python-gi | sudo apt-get build-dep python-gi | ||