Difference between revisions of "Sweets Distribution"
Line 7: | Line 7: | ||
== Summary == | == Summary == | ||
− | This is a set of repositories with | + | This is a set of 3rd party repositories with Sugar Learning Platform packages for major GNU/Linux [[Sweets_Distribution/Supported_platforms|distributions]]. |
− | + | The major reasons to support all these repositories are: | |
− | * | + | * Let people to try new functionality which is not available from the regular sources; |
− | * | + | * Support GNU/Linux distributions that lack of Sugar Learning Platform from official repositories; |
− | * | + | * Bring recent Sugar Learning Platform releases to systems with outdated official packages. |
== Repositories == | == Repositories == | ||
− | Sweets Distribution is formed as a [[Template:Sweets_Distribution_Linkbar|list of repositories]] that can be added to the system. Only one repository can be registered in the system at the same time. Repositories are identified by names and might be in stable or development stage. Different repositories might be available on different platforms from the | + | Sweets Distribution is formed as a [[Template:Sweets_Distribution_Linkbar|list of repositories]] that can be added to the system. Only one repository can be registered in the system at the same time. Repositories are identified by names and might be in stable or development stage. Different repositories might be available on different platforms from the [[Sweets_Distribution/Supported_platforms|supported platforms list]]. |
== Installation == | == Installation == | ||
Line 102: | Line 102: | ||
* The rest of activities need to be handled manually, e.g., manual installing missed dependencies. | * The rest of activities need to be handled manually, e.g., manual installing missed dependencies. | ||
− | + | All other repositories should bring [[Sugar_Network|different design]] solution for handling Sugar Activities. That will make the whole Sugar Activities related experience more reliable and smooth. | |
=== Experimental features === | === Experimental features === | ||
Line 108: | Line 108: | ||
{{Note/warning|Caution|Factory repository is not intended for regular usage. It exists only for testing purposes.}} | {{Note/warning|Caution|Factory repository is not intended for regular usage. It exists only for testing purposes.}} | ||
− | To try the development version, use the {{Code|Factory}} repository. The Factory repository provides the most recent development | + | To try the development version, use the {{Code|Factory}} repository. The Factory repository provides the most recent development versions and is not assumed to be stable. If something looks broken, try to upgrade to recent packages and if problem still remains, please, [[#Feedback|contact us]]. |
− | |||
− | If something looks broken, try to upgrade to recent packages and if problem still remains, please, [[#Feedback|contact us]]. | ||
== Testing == | == Testing == |
Revision as of 04:55, 19 May 2013
Sweets Distribution repositories: | 0.88 | 0.94 | 0.94:SugarNetwork | Factory |
These are overview and usage pages regarding the Sweets Distribution. Read technical pages for getting detailed information.
Summary
This is a set of 3rd party repositories with Sugar Learning Platform packages for major GNU/Linux distributions.
The major reasons to support all these repositories are:
- Let people to try new functionality which is not available from the regular sources;
- Support GNU/Linux distributions that lack of Sugar Learning Platform from official repositories;
- Bring recent Sugar Learning Platform releases to systems with outdated official packages.
Repositories
Sweets Distribution is formed as a list of repositories that can be added to the system. Only one repository can be registered in the system at the same time. Repositories are identified by names and might be in stable or development stage. Different repositories might be available on different platforms from the supported platforms list.
Installation
The installation occurs in two phases:
- add one of Sweets Distribution repositories to local system;
- install packages from added Sweets Distribution repository.
Add repository
Experienced users might follow manual instructions to add Sweets Distribution repositories to the system.
For easy attaching Sweets Distribution repositories, use sweets-distribution
command.
If sweets-distribution
is not yet installed, download the sweets-distribution.sh install script and run it from the root
user, e.g.,
type the following commands in a terminal:
wget ftp://download.sugarlabs.org/packages/sweets-distribution.sh sudo sh sweets-distribution.sh
- To get the status information about currently selected and all available repositories:
sweets-distribution status
- To add chosen, here
0.94
, repository in the system
sudo sweets-distribution select 0.94
Install packages
When the sweets-distribution select
command finishes, the local system will be aware of the Sweets Distribution repository and it will be possible to install packages.
In the regular way for your operating system (such as with apt-get install or yum install), from a local system terminal, console, or via SSH, install one of the following packages:
sweets-desktop
The full set of packages from Sweets Desktop.
Sometimes, it may be required to downgrade packages while switching to another repository. The easy way to do so is with the sync
command:
sudo sweets-distribution sync
Most of the Sweets Distribution packages will be placed in the /opt/sweets
directory; thus, it will be possible to use Sugar from the Sweets Distribution and from official packages at the same time.
Usage
Below are instructions on how to use the Sweets Distribution after installing packages.
Sweets Desktop session
If sweets-desktop
package was installed, it will be possible to log in to a Sweets Desktop session:
- On an XO laptop (only for Factory repository). From within an original Sugar session, go to the Control Panel and select the Sweets Distribution component, then enable the Sweets Desktop is default Sugar session switch. Switching back is accomplished the same way.
- On regular desktops. Choose the Sweets Desktop session type in login manager.
Run Sugar in a window
To run Sugar in a window without logging out from the current desktop environment, select the Education/Sugar application menu item or enter the following command in a terminal:
sweets-sugar-emulator
Sugar Activities
For stable 0.94 and 0.88 repositories, the following points are assumed:
- Fructose activities need to be used only from Sweets Distribution packages, at least for ones that have external dependencies, i.e., they should not be upgraded from the Activity Library;
- The rest of activities need to be handled manually, e.g., manual installing missed dependencies.
All other repositories should bring different design solution for handling Sugar Activities. That will make the whole Sugar Activities related experience more reliable and smooth.
Experimental features
To try the development version, use the Factory
repository. The Factory repository provides the most recent development versions and is not assumed to be stable. If something looks broken, try to upgrade to recent packages and if problem still remains, please, contact us.
Testing
- Latest Test results for Sweets Distribution on various platforms, such as Ubuntu, Trisquel, and Fedora 14.
- Older Test results for Sweets Distribution on Ubuntu.
See also
Feedback
- Submit your bug report or feature request.
- Subscribe to the sugar-devel mailing list and email with the subject prefixed with [SWEETS].
- Ask your question on IRC channels, #sugar (not logged) or #sugar-newbies (logged).