Questions tagged [sagemath]

Sage is a python-based mathematics software that is called from the command line and comes by default in a CLI version. There is a notebook version that can be called from the CLI by typing notebook(). It is called sagemath here to distinguish sage from the other uses of the word.

Sage is a python-based mathematics software. It integrates almost a hundred mathematics software in a single python interface. Sage is called from the command line and comes by default in a command-line interface (CLI) version. There is a notebook version that can be called from the CLI by typing notebook().

43 questions
11
votes
2 answers

How to install SageMath in Ubuntu in 24.04?

sagemath is not available in the official repositories in Noble (24.04). It was available until mantic (23.10). Was it removed completely? Or is it going to be back? How to install sagemath in Ubuntu 24.04? Unfortunately building from source is not…
9
votes
2 answers

How to install Sagemath on Ubuntu 20.04?

Why do the installation of Sagemath fails on Ubuntu? I tried jaakko@jaakko-Aspire-E1-572:~$ sudo apt install sagemath-common [sudo] password for jaakko: Reading package lists... Done Building dependency tree Reading state information...…
6
votes
1 answer

failing to install sagemath on ubuntu 18.04 LTS

Recently, I have install Ubuntu 64amd making duak boot with Windows 7 32bit. Everything is ok ,but I'm unable to install sagemath in it. it says " unable to locate the package sagemath-upstream-binary" even when the code is correct. may I know why? …
4
votes
2 answers

Unable to open Sagemath Jupyter in Firefox (after upgrade to 22.04)

I am trying to open Sagemath through Jupyter. I am getting the following message in Firefox: Access to the file was denied The file at /home/tw/.local/share/jupyter/runtime/nbserver-61611-open.html is not readable. It may have been removed, moved,…
user823
  • 419
3
votes
2 answers

Sudden problem when upgrading

I am running XUbuntu 14.04 and today I issued sudo apt-get upgrade on my system and the output was Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0…
3
votes
1 answer

How to install sage from repository?

Instructions from here did not work. Instructions: apt-add-repository -y ppa:aims/sagemath apt-get update apt-get install sagemath-upstream-binary After last command I get: $ sudo apt-get install sagemath-upstream-binary Reading package lists...…
Suzan Cioc
  • 1,141
3
votes
2 answers

How one can install sagemath on Ubuntu?

I tried to install sagemath via command line but encountered a problem. Am I doing something wrong? I have Ubuntu 13.10. jaakko@jaakko-VPCEB1S1E:~$ sudo apt-add-repository -y ppa:aims/sagemath gpg: keyring `/tmp/tmp7y1mxl/secring.gpg' created gpg:…
3
votes
1 answer

Problem arises after installing sagemath on Ubuntu 18.04 LTS

I have asked a question to install sagemath on ubuntu here. But After complete installation it says : Package configuration Postfix Configuration │ │ Please select the mail server…
Primo Raj
  • 193
2
votes
1 answer

How to install sage on Ubuntu 14.04?

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:…
2
votes
0 answers

Not yet able to install sagemath-upstream-binary from ppa. Should I just be a little more patient and try again latter?

At this time (2014, October the 27th) I am not able to install sagemath-upstream-binary in my recently installed Ubuntu 14.10 utopic from ppa:aims/sagemath. I strongly suspect that I just need to wait a couple of more weeks or so for the…
Willoczy
  • 655
2
votes
1 answer

Cantor doesn't recognize the Sage backend

I installed the package cantor-backend-sage, and then started up cantor, but Sage isn't one of the options for the backend when it starts up. How can I get cantor to use sage as a backend?
Dan
  • 479
2
votes
1 answer

How do I create a Cairo-Dock launcher for Sage?

I have Sage installed via the instructions given on the page https://help.ubuntu.com/community/SAGE and I tried to follow the instructions for getting a desktop icon but I couldn't understand them. Would someone please walk me through it?
Josh Pinto
  • 8,089
2
votes
1 answer

Sagemath in Ubuntu 20.04 - installation warnings and unable to launch sagemath notebook

I installed sagemath using the repository on Ubuntu 20.04: sudo apt-get install sagemath Now, while installing sagemath on Ubuntu 20.04 I get the following warnings: Setting up python3-cvxopt (1.2.3+dfsg-2build1)…
user823
  • 419
2
votes
0 answers

Why is Sagemath removed in Ubuntu 20.10?

This seems to be a regular occurrence, judging from this post and this one as well but why does Sagemath not get packaged for 20.10? Is it always left out of the October releases? I've managed to install using their Linux binaries but it was a…
2
votes
1 answer

Sage wont start on Ubuntu 18.04, it can't find the module repl.interpreter

I've just installed sage with the command: sudo apt-get install sagemath But every time I try to start sage, following error show up: $ sage Traceback (most recent call last): File "/usr/share/sagemath/bin/sage-ipython", line 7, in module from…
1
2 3