Macaulay2 installation on Linux Ubuntu 18.04
Setup and Installation process of Macaulay2 on Ubuntu 18.04Using apt-get:
Add the below line to the file (/etc/apt/sources.list)
deb http://www.math.uiuc.edu/Macaulay2/Repositories/Ubuntu bionic main
#gedit /etc/apt/sources.list
Save and run below command:
# sudo apt-get update -q
# sudo apt-get install -y -q macaulay2
install Macaulay2 with dpkg command:
Download Macaulay2 setup (*.deb file): Macaulay2-1.13-amd64-Linux-Ubuntu-18.04.deb
http://www2.macaulay2.com/Macaulay2/Downloads/GNU-Linux/Ubuntu/Macaulay2-1.12-amd64-Linux-Ubuntu-18.04.deb
then,
$ sudo su
# dpkg -i Macaulay2-1.13-amd64-Linux-Ubuntu-18.04.deb
after installation run M2 on terminal.
Download Macaulay2 for other OS platform as well
FreeBSD
0 Comments:
Post a Comment