Installing
-
2. Downloading SageMath for Zorin OS
Download SageMath for Zorin OS GNU/Linux
Save the File.
-
3. Installing SageMath
So now, Extract SageMath directly into the Target with one Command:
sudo tar xvf ~/Downloads/sage*.tar.bz2 -C /opt/
(If downloaded with Firefox it may be instead into the /tmp/mozilla* folder)
Then Set the SuperUser as Owner with:sudo chown -R root:root /opt/SageMath
Finally, Make a Symlink to Easy Launching from Shell:
sudo ln -s /opt/SageMath/sage /usr/local/bin/sagemath
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Contents