← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3808: Update installation instructions.

 

------------------------------------------------------------
revno: 3808
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Mon 2014-01-13 18:49:26 +0100
message:
  Update installation instructions.
modified:
  doc/sphinx/installation.rst


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'doc/sphinx/installation.rst'
--- doc/sphinx/installation.rst	2014-01-10 20:13:37 +0000
+++ doc/sphinx/installation.rst	2014-01-13 17:49:26 +0000
@@ -25,7 +25,7 @@
 	sudo apt-get install yadedaily
 
 If you have another distribution, not Ubuntu Precise, be sure to use the
-correct name in the first line (for instanse, jessie, trusty or wheezy).
+correct name in the first line (for instance, jessie, trusty or wheezy).
 
 After that you can normally start Yade using "yadedaily" or "yadedaily-batch" command.
 
@@ -35,11 +35,13 @@
 It uses pbuilder to build packages, so all packages are building in a clean environment.
 
 If you do not need yadedaily-package any more, just remove the
-corresponding line in /etc/apt/sources.list. To remove our key from
-keyring, execute the following commands::
+corresponding line in /etc/apt/sources.list and the package itself::
+
+	sudo apt-get remove yadedaily
+
+To remove our key from keyring, execute the following command::
 
 	sudo apt-key remove AA915EEB
-	sudo apt-get purge yadedaily
 
 Since 2011 all Ubuntu versions (starting from 11.10, Oneiric) and Debian (starting from Wheezy) 
 are having already Yade in their main repositories. There are only stable releases are placed.
@@ -47,10 +49,14 @@
 
 	sudo apt-get install yade
 
-To check, what version of Yade is in specific Distribution, check the links
+To check, what version of Yade is in specific distribution, visit the links
 for `Ubuntu <https://launchpad.net/ubuntu/+source/yade>`_ and 
-`Debian <http://packages.qa.debian.org/y/yade.html>`_.
+`Debian <http://packages.qa.debian.org/y/yade.html>`_. 
+`Debian-Backports <http://backports.debian.org/Instructions>`_ 
+repository is updating regularly to bring the newest Yade to a users of stable 
+Debians.
 
+Daily and stable Yade versions can coexist without any conflicts.
 
 Source code
 ------------