Ask Your Question
1

Sage on Ubuntu17.10

asked 2018-04-28 14:46:27 +0200

mmmm1998 gravatar image

updated 2018-12-29 19:47:57 +0200

FrédéricC gravatar image

Sage not in repositories on ubuntu 17.10 and on download page I don't see version for Ubuntu newer than 16.04.
So, I should build Sage from source, right?
And if I will do it, could I add my compiled sage to the download page and Ubuntu repositories?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2018-04-29 00:23:54 +0200

slelievre gravatar image

updated 2018-04-29 16:26:34 +0200

To get SageMath under Ubuntu, you could either

  • install the Debian package by running in a terminal:

    sudo apt install sagemath-jupyter
    

    (this should work under: Debian >= 9; Ubuntu 17.04; Ubuntu >= 18.04; unfortunately not in Ubuntu 17.10),

  • install SageMath binary for your Ubuntu system from the SageMath download page.

  • build from source,
  • install using Conda,
  • install using Docker.

Note that Ubuntu 18.04 was just released which makes it a good time to upgrade.

Building from source is a good way to get the latest version.

If you build from source, I would suggest building the latest development release, currently SageMath 8.2.rc4.

When SageMath 8.2 is released, it should be nearly identical to SageMath 8.2.rc4.

edit flag offensive delete link more

Comments

As I see your answer to this question, I'm curious to know; would it be the solution to my recent similar one: https://ask.sagemath.org/question/421... ? Thanks

Romuald_314 gravatar imageRomuald_314 ( 2018-04-29 13:10:41 +0200 )edit

@Romuald_314 -- checking again, it turns out SageMath is not available through the Ubuntu package manager in Ubuntu 17.10. Edited my answer here, and posted similar answer to your other question.

slelievre gravatar imageslelievre ( 2018-04-29 16:28:20 +0200 )edit

Thanks a lot.

Romuald_314 gravatar imageRomuald_314 ( 2018-04-29 21:59:29 +0200 )edit

What can I do if I don't have conda ?

Pourya gravatar imagePourya ( 2018-06-08 21:27:27 +0200 )edit

Upgrade to Ubuntu 18.04 and, in a terminal, run

sudo apt install sagemath-jupyter
slelievre gravatar imageslelievre ( 2018-06-10 12:37:25 +0200 )edit

Your Answer

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

Add Answer

Question Tools

Stats

Asked: 2018-04-28 14:46:27 +0200

Seen: 501 times

Last updated: Apr 29 '18