2021-06-12 20:00 UTC, Doug Torrance:
>
> One quick clarification: Ubuntu 20.04 isn't based on Debian 11 -- it was
> based on Debian "unstable" as it existed in early 2020. Debian 11,
> which is still the testing distribution and hasn't been officially released
> yet, will probably share more in common with Ubuntu 21.04 and 21.10
> than it does with 20.04.
Thanks for the clarification, I had overinterpreted an answer to:
- Ask Ubuntu question 445487
What Debian version are the different Ubuntu versions based on?
https://askubuntu.com/questions/445487
> Anyway, I don't believe Dan built packages for Debian 11, which is why
> you're getting the 404 errors. However, there are two different options
> specifically for Ubuntu 20.04 packages, which is what I think you probably
> want anyway -- either using the official Macaulay repository or the
> Personal Package Archive (PPA). Both methods are outlined at
>
https://faculty.math.illinois.edu/Macaulay2/Downloads/GNU-Linux/Ubuntu/
Thanks for pointing me to the correct instructions,
leading to a successful installation of M2 using `apt`.
Typing `M2` at the shell prompt now gives the starting banner
with the list of installed packages, then the input prompt:
```
$ M2
Macaulay2, version 1.18
with packages: ConwayPolynomials, Elimination, IntegralClosure,
InverseSystems, LLLBases, MinimalPrimes, PrimaryDecomposition,
ReesAlgebra, Saturation, TangentCone
i1 :
```
So it seems I'm all set.
Thanks for patiently correcting the incorrect assumptions
in my question and for pedagogically presenting the options
for installing given my setup. Kind regards, --Samuel