Ask Your Question
1

How can I get the Sage version 9 on ubuntu?

asked 5 years ago

eod gravatar image

updated 3 years ago

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).

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
2

answered 5 years ago

eric_g gravatar image

updated 5 years ago

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
Preview: (hide)
link

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: 5 years ago

Seen: 2,037 times

Last updated: Jan 13 '20