Difference between revisions of "Debian installation"

From Wiki
Jump to navigation Jump to search
(note about old versions)
(In unstable is a more recent version)
Line 10: Line 10:
 
  aptitude update
 
  aptitude update
 
  aptitude install context [http://packages.debian.org/experimental/all/context/download context-nonfree] [http://packages.debian.org/sid/context-doc-nonfree context-doc-nonfree]
 
  aptitude install context [http://packages.debian.org/experimental/all/context/download context-nonfree] [http://packages.debian.org/sid/context-doc-nonfree context-doc-nonfree]
 
  
 
* The final version in debian squeeze (aka debian stable 6.0) is 2009.11.26-2
 
* The final version in debian squeeze (aka debian stable 6.0) is 2009.11.26-2
* in december 2010 a new experimental .deb package was built you can try it out: http://packages.debian.org/experimental/context
+
* In ''unstable'' is a more recent version
 
* MKIV is broken in experimental: [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609600 bug 609600]
 
* MKIV is broken in experimental: [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609600 bug 609600]
  
=== install latest experimental context .deb package ===
+
=== Install latest unstable context .deb package ===
  
 +
<tt>unstable</tt> means ''(mature) development'', the version number may changes. The software is ''stable''
 
1. Download the .deb  
 
1. Download the .deb  
http://packages.debian.org/experimental/all/context/download
+
http://packages.debian.org/unstable/all/context/download
  
 
2. run as root
 
2. run as root
  dpkg -i context_2010.07.30-1_all.deb
+
  dpkg --install context_2011.05.18.20110626-1_all.deb
 +
mtxrun --generate
  
 
3. run as user
 
3. run as user

Revision as of 13:59, 27 June 2011


NOTE: Debian packages (or any other linux packages for that matter) usually contain way too old TeX distributions for ConTeXt MKIV (but should work fine for MKII). If you want to live on bleeding edge, consider using ConTeXt Minimals instead or at least install the latest version of TeX Live with TLContrib manually.

Install the ConTeXt packages

Norbert Preining has produced reliable, complete ConTeXt packages for Debian.

If you are running Debian sid or later, then the context package should already be visible (and the context-nonfree and context-doc-nonfree packages are in the nonfree repository). then do

aptitude update
aptitude install context context-nonfree context-doc-nonfree
  • The final version in debian squeeze (aka debian stable 6.0) is 2009.11.26-2
  • In unstable is a more recent version
  • MKIV is broken in experimental: bug 609600

Install latest unstable context .deb package

unstable means (mature) development, the version number may changes. The software is stable 1. Download the .deb http://packages.debian.org/unstable/all/context/download

2. run as root

dpkg --install context_2011.05.18.20110626-1_all.deb
mtxrun --generate

3. run as user

mtxrun --generate

You have now a system wide context-installation!

See also

the Debian TeXlive install page.