mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] How to install Texmacs 1.0.7 on Ubuntu AND debian


Chronological Thread 
  • From: Davide Anchisi<address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] How to install Texmacs 1.0.7 on Ubuntu AND debian
  • Date: Tue, 24 Feb 2009 08:17:11 +0100 (CET)

You can also build deb packages, through the debian distribution, and then
install them
the debian/ubuntu way. Thies way texmacs will be managed by the system
software
tools.

Version 1.0.7 is in Debian experimental.

So:

1. add:
deb-src http://debian.fastweb.it/debian/ experimental main contrib
to the file /etc/apt/source.list (you can remove the line after installing
texmacs).

2. to resynchronize the package index, run:
sudo apt-get update

3. to download the source code, run:
apt-get source texmacs

4. to check if something is missing and to install it, run:
sudo apt-get build-dep texmacs

5. to compile, run:
apt-get -b source texmacs

After building you'll have *deb packages in the current directory.
6. to install, run:
sudo dpkg -i *deb

It's done!

I hope this may help,

Davide


  • Re: [TeXmacs] How to install Texmacs 1.0.7 on Ubuntu AND debian, Davide Anchisi, 02/24/2009

Archive powered by MHonArc 2.6.19.

Top of page