First time here? Check out the FAQ!

Ask Your Question
0

Update to Sage 6.5 on Ubuntu 14.10

asked 10 years ago

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

Hi,

My current version is Sage 6.4 on Ubuntu 14.10. The problem is that Sage is not updated by the update system of ubuntu and I didn't succeed in updating sage to the latest version by hand.

After executing the instructions there https://launchpad.net/~aims/+archive/...

sudo -E apt-add-repository -y ppa:aims/sagemath
sudo -E apt-get update
sudo -E apt-get install sagemath-upstream-binary

The system answer that "sagemath-upstream-binary is already the latest version".

Thanks for your solutions! Arnaud

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 10 years ago

tmonteil gravatar image

updated 10 years ago

The reason is that the 6.5 is not packaged for 14.10 (utopic) yet, the latest available Sage release for this ubuntu release is 6.4.1, see the difference between this page for utopic and that page for trusty.

There is some work being currently done on supporting more architectures/releases for Ubuntu.

That say, note that if you already have Sage installed via the PPA, you can update it by only doing:

sudo -E apt-get update
sudo -E apt-get upgrade

So that the package will be updated automatically when a new version appears.

Preview: (hide)
link

Comments

Thanks for your answer! I will wait for the new version...

Arnaud1418 gravatar imageArnaud1418 ( 10 years ago )

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

Seen: 465 times

Last updated: Mar 19 '15