Ask Your Question
1

How can I get the Sage version 9 on ubuntu?

asked 2020-01-13 14:12:58 +0200

eod gravatar image

updated 2022-01-21 11:10:16 +0200

FrédéricC gravatar image

Hi,

I used 'sudo apt-get install sagemath' in the ubuntu shell to get Sage. However, it installed version 8.1 of Sage.

I would like to install a version of Sage that has automatic syntax highlighting/coloring like version 9 has.

Anyone know how I can do this? I need to do it using the command line only (see below).

-

Some additional context:

I installed sage on ubuntu 18.04 on windows 10 using its Linux bash shell . I'm able to access the Sage running on Ubuntu (on Windows) by going to localhost:8080 on chrome (in Windows).

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
2

answered 2020-01-13 17:20:33 +0200

eric_g gravatar image

updated 2020-01-13 17:44:57 +0200

You can download a SageMath 9.0 binary for Ubuntu from here. To install it, simply do

tar jxvf sage-9.0-Ubuntu_18.04-x86_64.tar.bz2
cd SageMath
./sage -n jupyter
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-01-13 14:12:58 +0200

Seen: 1,744 times

Last updated: Jan 13 '20