Difference between revisions of "Debian installation"

From Wiki
Jump to navigation Jump to search
Line 19: Line 19:
  
 
2. run as root
 
2. run as root
dpkg -i context_2010.07.30-1_all.deb
+
dpkg -i context_2010.07.30-1_all.deb
 +
 
 +
3. run as user
 +
mtxrun --generate
  
 
You have now a system wide context-installation!
 
You have now a system wide context-installation!

Revision as of 01:06, 11 January 2011

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


install latest experimental context .deb package

1. Download the .deb http://packages.debian.org/experimental/all/context/download

2. run as root

dpkg -i context_2010.07.30-1_all.deb

3. run as user

mtxrun --generate

You have now a system wide context-installation!

See also

the Debian TeXlive install page.