ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* installation on debian testing
@ 2010-12-12 11:58 Jonas Stein
  2010-12-12 12:48 ` Vedran Miletić
  2010-12-14  1:03 ` Jonas Stein
  0 siblings, 2 replies; 5+ messages in thread
From: Jonas Stein @ 2010-12-12 11:58 UTC (permalink / raw)
  To: ntg-context

Hi,

context in debian testing is quite old (2009) 

will that destroy my packagemanager or is 
it a good idea, to try this:

purge the installed context
as root run 
# checkinstall bash
then the commands of
http://wiki.contextgarden.net/ConTeXt_Minimals#System-wide_installation

-- 
Jonas Stein <news@jonasstein.de>

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: installation on debian testing
  2010-12-12 11:58 installation on debian testing Jonas Stein
@ 2010-12-12 12:48 ` Vedran Miletić
  2010-12-12 13:18   ` Marco Pessotto
  2010-12-14  1:03 ` Jonas Stein
  1 sibling, 1 reply; 5+ messages in thread
From: Vedran Miletić @ 2010-12-12 12:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 565 bytes --]

2010/12/12 Jonas Stein <news@jonasstein.de>

> Hi,
>
> context in debian testing is quite old (2009)
>
> will that destroy my packagemanager or is
> it a good idea, to try this:
>
> purge the installed context
> as root run
> # checkinstall bash
> then the commands of
> http://wiki.contextgarden.net/ConTeXt_Minimals#System-wide_installation
>
>
Yes. I have installed it that way in a computer that students use for
education, and it works. We don't use LaTeX there, so I can't say if there
is a conflict with it.

Regards,

Vedran Miletić

[-- Attachment #1.2: Type: text/html, Size: 975 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: installation on debian testing
  2010-12-12 12:48 ` Vedran Miletić
@ 2010-12-12 13:18   ` Marco Pessotto
  0 siblings, 0 replies; 5+ messages in thread
From: Marco Pessotto @ 2010-12-12 13:18 UTC (permalink / raw)
  To: ntg-context

Vedran Miletić <rivanvx@gmail.com> writes:

> 2010/12/12 Jonas Stein <news@jonasstein.de>
>
>     Hi,
>    
>     context in debian testing is quite old (2009)
>    
>     will that destroy my packagemanager or is
>     it a good idea, to try this:
>    
>     purge the installed context
>     as root run
>     # checkinstall bash
>     then the commands of
>     http://wiki.contextgarden.net/ConTeXt_Minimals#System-wide_installation
>
> Yes. I have installed it that way in a computer that students use for education, and
> it works. We don't use LaTeX there, so I can't say if there is a conflict with it.
>
> Regards,
>
> Vedran Miletić
>

If you follow the Minimals instructions you won't have problems, because
the installation is self-contained. I suggest you not to put the `source
$INSTALLDIR/tex/setuptex` command in .bashrc or .bash_login, to keep clean
the PATH. Instead put an alias in ~/.bashrc

alias activatecontext="source $HOME/usr/context/tex/setuptex"

When you need to use context, execute `activatecontext` and use that
shell. If you use an integrated editor, start it from the shell where
you activate it. Do you want to use LaTeX or the old context shipped by
the distro? Start a fresh shell.

Maybe my explanation is still confused :-\, but I can elaborate further,
if needed.

-- 
Marco

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: installation on debian testing
  2010-12-12 11:58 installation on debian testing Jonas Stein
  2010-12-12 12:48 ` Vedran Miletić
@ 2010-12-14  1:03 ` Jonas Stein
  2010-12-14  9:07   ` installation on debian testing/unstable Alan BRASLAU
  1 sibling, 1 reply; 5+ messages in thread
From: Jonas Stein @ 2010-12-14  1:03 UTC (permalink / raw)
  To: ntg-context

within the time Norbert Preining prepared a new .deb package 
including context (2010.07.30-1) 

its status is "experimental" for now.

There will be context 2009 in debian 6.0 stable. 
So this might be a good solution for most debian users for the next
months (or years).

i have just testet it on debian testing (squeeze) and it works fine.

Here is how to do it:

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. work with context.

Thanks a lot to Norbert!

Kind regards,

-- 
Jonas Stein <news@jonasstein.de>

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: installation on debian testing/unstable
  2010-12-14  1:03 ` Jonas Stein
@ 2010-12-14  9:07   ` Alan BRASLAU
  0 siblings, 0 replies; 5+ messages in thread
From: Alan BRASLAU @ 2010-12-14  9:07 UTC (permalink / raw)
  To: ntg-context; +Cc: Jonas Stein

On Tuesday 14 December 2010 02:03:17 Jonas Stein wrote:
> within the time Norbert Preining prepared a new .deb package
> including context (2010.07.30-1)
> 
> its status is "experimental" for now.
> 
> There will be context 2009 in debian 6.0 stable.
> So this might be a good solution for most debian users for the next
> months (or years).
> 
> i have just testet it on debian testing (squeeze) and it works fine.
> 
> Here is how to do it:
> 
> 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. work with context.
> 
> Thanks a lot to Norbert!
> 
> Kind regards,

Or add the following line at the bottom of /etc/apt/sources.list
	deb http://ftp.XX.debian.org/debian experimental main

where XX is your local mirror

and run as root:
$ apt-get update
$ apt-get install context/experimental


Alan
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-14  9:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-12 11:58 installation on debian testing Jonas Stein
2010-12-12 12:48 ` Vedran Miletić
2010-12-12 13:18   ` Marco Pessotto
2010-12-14  1:03 ` Jonas Stein
2010-12-14  9:07   ` installation on debian testing/unstable Alan BRASLAU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).