Install sage in Ubuntu

asked 2021-08-18 14:39:05 +0200

Sanu gravatar image

updated 2021-08-18 19:18:53 +0200

slelievre gravatar image

I have downloaded new version. But if I try like this, it shows much older version. How to fix this?

/sage-9.3-Ubuntu_20.04-x86_64/SageMath$
sage
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 8.1, Release Date: 2017-12-07                     │
│ Type "notebook()" for the browser-based notebook interface.        │
│ Type "help()" for help.

If I use this, I get following:

sage-9.3-Ubuntu_20.04-x86_64/SageMath$ ./sage
python3: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found
(required by
/home/santanu/sage-9.3-Ubuntu_20.04-x86_64/SageMath/local/lib/libpython3.9.so.1.0)
python3: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found
(required by
/home/santanu/sage-9.3-Ubuntu_20.04-x86_64/SageMath/local/lib/libpython3.9.so.1.0)
edit retag flag offensive close merge delete

Comments

Try to uninstall version 8.1. You may check where it resides by running which sage

Max Alekseyev gravatar imageMax Alekseyev ( 2021-08-18 22:16:02 +0200 )edit