Ubuntu
The files in this directory are the architecture dependent Ubuntu distribution files. We hope the automatic procedure described below works for you, so you don't have to download any of these files manually. With luck, you will not have to visit this page again nor read these instructions again. Please let us know if that doesn't work out for you.
(Thanks to Brent Baccala, an Ubuntu distribution for ARM chips is available here. Our test suite has not been run on it.)
- Macaulay2-1.21-amd64-Linux-Ubuntu-22.04.deb, 10619870 bytes, December 15, 2022, .sig
- Macaulay2-1.20-amd64-Linux-Ubuntu-22.04.deb, 10136824 bytes, May 14, 2022, .sig
- Macaulay2-1.19.1-amd64-Linux-Ubuntu-21.10.deb, 15176164 bytes, April 29, 2022, .sig
- Macaulay2-1.19.1-amd64-Linux-Ubuntu-21.04.deb, 9319058 bytes, April 29, 2022, .sig
- Macaulay2-1.18-amd64-Linux-Ubuntu-21.04.deb, 6422968 bytes, May 28, 2021, .sig
- Macaulay2-1.18-amd64-Linux-Ubuntu-20.04.deb, 15881182 bytes, May 28, 2021, .sig
- Macaulay2-1.17-amd64-Linux-Ubuntu-20.10.deb, 10944586 bytes, January 8, 2021, .sig
- Macaulay2-1.17-amd64-Linux-Ubuntu-20.04.deb, 13646854 bytes, January 8, 2021, .sig
- Macaulay2-1.17-amd64-Linux-Ubuntu-18.04.deb, 11519354 bytes, January 8, 2021, .sig
- Macaulay2-1.17-x86_64-Linux-Ubuntu-18.04.tar.gz, 11514954 bytes, January 8, 2021, .sig
- Macaulay2-1.16-amd64-Linux-Ubuntu-20.04.deb, 16516304 bytes, July 11, 2020, .sig
- Macaulay2-1.16-amd64-Linux-Ubuntu-18.04.deb, 15970284 bytes, July 11, 2020, .sig
- Macaulay2-1.16-x86_64-Linux-Ubuntu-18.04.tar.gz, 15969205 bytes, July 10, 2020, .sig
- Macaulay2-1.15-amd64-Linux-Ubuntu-20.04.deb, 24820654 bytes, April 25, 2020, .sig
- Macaulay2-1.15-amd64-Linux-Ubuntu-19.10.deb, 24831810 bytes, November 30, 2019, .sig
- Macaulay2-1.15-amd64-Linux-Ubuntu-18.04.deb, 24211492 bytes, December 4, 2019, .sig
- Macaulay2-1.15-amd64-Linux-Ubuntu-16.04.deb, 23601236 bytes, December 4, 2019, .sig
Instructions for installing Macaulay2 with root access
Official repositories
Macaulay2 has been available in the official repositories since Ubuntu 21.04 "Hirsute Hippo" and may be installed using:
sudo apt install macaulay2
The version of Macaulay2 in the official repositories may be older. To obtain the most recent version, choose one of the other options below.
Personal Package Archive
The most recent version of Macaulay2 is available for Ubuntu 18.04 "Bionic Beaver", Ubuntu 20.04 "Focal Fossa", Ubuntu 22.04 "Jammy Jellyfish", Ubuntu 23.10 "Mantic Minotaur", and Ubuntu 24.04 "Noble Numbat" using a PPA (Personal Package Archive) maintained by Doug Torrance.
To add the repository to your system, run the following command:
sudo add-apt-repository ppa:macaulay2/macaulay2
Then you may install Macaulay2 using the following:
sudo apt install macaulay2
Instructions for installing Macaulay2 without root access
You may install from a tar file, if we have provided one above. Alternatively, here is the procedure for unpacking a *.deb file yourself, which you may use on the two *.deb files mentioned above. (One of them provides the files that depend on the architecture and operating system, and the other provides the files that have the same form in all distrubtions.) We assume the *.deb file is called /tmp/Macaulay2-1.6-AAA-Linux-Ubuntu-XXX.deb, which you have chosen because you have version XXX of Ubuntu. Here "AAA" denotes your computer's architecture.
mkdir foo cd foo ar x /tmp/Macaulay2-1.6-AAA-Linux-Ubuntu-XXX.deb data.tar.gz tar xzf data.tar.gz
The result will be a directory tree named "usr", which can be moved and renamed at will. After moving it, run the program bin/M2 contained within, and run the "setup()" command to set up your standard init files, as described elsewhere. Then the directory "foo" and the file "data.tar.gz" in it can be removed.