Difference between revisions of "Sweets Distribution"
(browse_129-6.1 had the problem, browse_129-7.1 fixed the problem) |
(Obsolete with reason) |
||
(59 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Obsolete | This was a sort of "Sugar LTS" project by [[User:alsroot]] that has been abandoned}} | ||
+ | |||
+ | <span class="linkgroup">[[File:Question.png|65px|link=Sweets_Distribution/Logo]]</span> | ||
+ | |||
+ | {{Template:Sweets Distribution Linkbar}} | ||
+ | |||
+ | These are overview and usage pages regarding the [[Sweets Distribution]]. Read [[Platform_Team/Sweets_Distribution|technical pages]] for getting detailed information. | ||
+ | |||
== Summary == | == Summary == | ||
− | [http:// | + | 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 versions to systems initially released with older Sugar. | ||
+ | |||
+ | == 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/Supported_platforms|supported platforms list]]. | ||
+ | |||
+ | == Installation == | ||
+ | |||
+ | The installation occurs in two phases: | ||
+ | |||
+ | * [[#Add_repository|add]] one of Sweets Distribution repositories to local system; | ||
+ | * [[#Install packages|install]] packages from added Sweets Distribution repository. | ||
+ | |||
+ | === Add repository === | ||
+ | |||
+ | Experienced users might follow [[Sweets_Distribution/Manual_Installation|manual instructions]] to add Sweets Distribution [http://download.sugarlabs.org/packages/ repositories] to the system. | ||
+ | |||
+ | For easy attaching Sweets Distribution repositories, use {{Code|sweets-distribution}} command. | ||
+ | |||
+ | If {{Code|sweets-distribution}} is not yet installed, download the [ftp://download.sugarlabs.org/packages/sweets-distribution.sh sweets-distribution.sh] install script and run it from the {{Code|root}} user, e.g., | ||
+ | type the following commands in a terminal: | ||
− | + | wget http://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 {{Code|0.94}}, repository in the system |
− | |||
− | |||
− | + | sudo sweets-distribution select 0.94 | |
− | + | === Install packages === | |
− | + | When the {{Code|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: | |
− | + | * {{Code|sweets-desktop}}<br>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 {{Code|sync}} command: | |
+ | sudo sweets-distribution sync | ||
+ | |||
+ | Most of the Sweets Distribution packages will be placed in the {{Code|/opt/sweets}} directory; thus, it will be possible to use Sugar from the Sweets Distribution and from official packages at the same time. | ||
+ | <!-- | ||
=== Sweets Distribution 0.88 === | === Sweets Distribution 0.88 === | ||
Line 44: | Line 78: | ||
* [http://download.sugarlabs.org/packages/SweetsDistribution:/0.94/Ubuntu-10.10/ Ubuntu-10.04] | * [http://download.sugarlabs.org/packages/SweetsDistribution:/0.94/Ubuntu-10.10/ Ubuntu-10.04] | ||
* [http://download.sugarlabs.org/packages/SweetsDistribution:/0.94/Ubuntu-10.04/ Ubuntu-10.04] | * [http://download.sugarlabs.org/packages/SweetsDistribution:/0.94/Ubuntu-10.04/ Ubuntu-10.04] | ||
+ | --> | ||
+ | |||
+ | == Usage == | ||
− | == | + | Below are instructions on how to use the Sweets Distribution after [[#Install_packages|installing]] packages. |
+ | |||
+ | === Sweets Desktop session === | ||
− | + | If {{Code|sweets-desktop}} package was installed, it will be possible to log in to a Sweets Desktop session. Choose the ''Sweets Desktop'' session type in a 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 | ||
+ | === [[The_Undiscoverable#sugar-emulator.2C_sugar-runner_and_sweets-sugar-emulator|Run Sugar full screen]] === | ||
+ | Run this command in a terminal or edit the properties of the menu item for ''Sugar'' | ||
+ | sweets-sugar-emulator -f, --fullscreen | ||
− | + | === 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 [[Sugar Network]] integration, a different design solution for handling Sugar Activities. [[Sugar Network]] is assumed to improve the process of launching Sugar Activities to make it more reliable and smooth. By default, Sugar Network integration might be switched off, [[Platform_Team/Sweets_Distribution/0.94:SugarNetwork#Sugar_Network_integration|enable]] it after installation. | |
− | + | == Testing == | |
+ | * Latest [[Community/Distributions/Sweets_Distribution/Testing|Test results for Sweets Distribution]] on various platforms, such as Ubuntu, Trisquel, and Fedora 14. | ||
+ | * Older [[Community/Distributions/Ubuntu/Tests|Test results for Sweets Distribution on Ubuntu]]. | ||
− | + | == See also == | |
+ | * [http://www.mail-archive.com/sugar-devel@lists.sugarlabs.org/msg23369.html Announcement post], | ||
== Feedback == | == Feedback == | ||
− | {{:Platform_Team/ | + | {{:Platform_Team/Sweets_Distribution/Feedback}} |
Latest revision as of 17:50, 18 May 2016
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. SummaryThis 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:
RepositoriesSweets 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. InstallationThe installation occurs in two phases:
Add repositoryExperienced users might follow manual instructions to add Sweets Distribution repositories to the system. For easy attaching Sweets Distribution repositories, use If wget http://download.sugarlabs.org/packages/sweets-distribution.sh sudo sh sweets-distribution.sh
sweets-distribution status
sudo sweets-distribution select 0.94 Install packagesWhen the 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:
Sometimes, it may be required to downgrade packages while switching to another repository. The easy way to do so is with the sudo sweets-distribution sync Most of the Sweets Distribution packages will be placed in the UsageBelow are instructions on how to use the Sweets Distribution after installing packages. Sweets Desktop sessionIf Run Sugar in a windowTo 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 Run Sugar full screenRun this command in a terminal or edit the properties of the menu item for Sugar sweets-sugar-emulator -f, --fullscreen Sugar ActivitiesFor stable 0.94 and 0.88 repositories, the following points are assumed:
All other repositories should bring Sugar Network integration, a different design solution for handling Sugar Activities. Sugar Network is assumed to improve the process of launching Sugar Activities to make it more reliable and smooth. By default, Sugar Network integration might be switched off, enable it after installation. Testing
See alsoFeedback
|