2

I have installed Ubuntu Desktop 14.04.1(32bit) LTS. I want to install sage on it. But I can not able to install sage. I know that Oracle VirtualBox can do it. I don't want to do so. Any one can help me to install sage.

Here is the linkfor sage: http://ftp.iitm.ac.in/sage/linux/32bit/index.html

For Ubuntu 14.04(32bit), sage is not available. Please help.

1 Answers1

1

Install via this PPA:

apt-add-repository -y ppa:aims/sagemath
apt-get update
apt-get install sagemath-upstream-binary
antivirtel
  • 3,685