axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] An axiom in ubuntu.


From: root
Subject: Re: [Axiom-developer] An axiom in ubuntu.
Date: Mon, 4 May 2009 10:21:20 -0400

Francois,

The problem is likely related to the debian version from 2005.
You can try invoking it with:

  setarch i386 -R axiom

The problem is that you need to be a debian committer in order
to update and I don't have that ability.




A better alternative is to download from the ubuntu binary from
http://axiom-developer.org/axiom-website/download.html

Axiom is released every 2 months, the last release was March 2009

wget 
http://axiom-developer.org/axiom-website/downloads/axiom-ubuntu-mar2009-bin.tgz
tar -zxf axiom-ubuntu-mar2009-bin.tgz
cd axiom
export AXIOM=`pwd`/mnt/ubuntu
export PATH=$AXIOM/bin:$PATH
axiom

or for a 64 bit version:

wget 
http://axiom-developer.org/axiom-website/downloads/axiom-ubuntu64-mar2009-bin.tgz
tar -zxf axiom-ubuntu64-mar2009-bin.tgz
cd axiom
export AXIOM=`pwd`/mnt/ubuntu64
export PATH=$AXIOM/bin:$PATH
axiom





reply via email to

[Prev in Thread] Current Thread [Next in Thread]