I have a MacBook M2, so I am using UTM to run the virtual machine -- not emulation but virtualization mode.
I saw some YouTuber recommended installing the ARM version of Ubuntu server, and then install the desktop (the GUI) after that, because Ubuntu's website does not show an ARM Desktop to download.
However, that YouTuber also said I can use the ARM daily build of Desktop on:
https://cdimage.ubuntu.com/jammy/daily-live/current/
which is jammy-desktop-arm64.iso
However, after installation and even including auto update during the installation, I used Terminal and typed in:
$ scheme
scheme: command not found
$ sudo apt update
[sudo] password for mike:
Hit:1 http://us.ports.ubuntu.com/ubuntu-ports jammy InRelease
Hit:2 http://us.ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
Hit:4 http://us.ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-proposed InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
$ sudo apt install mit-scheme
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package mit-scheme is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
mit-scheme-doc
E: Package 'mit-scheme' has no installation candidate
and all the online search results to how to install mit-scheme do not work. I tried then on a 10 year old MacBook Air with an Intel chip, and install Ubuntu 22-04 Desktop, and typed in scheme
and it automatically suggested that I run
sudo apt install mit-scheme
and was able to install it. So this installed version of Ubuntu knows about mit-scheme while the other one doesn't.
How can the first one be made to be able to know mit-scheme (and hopefully chezscheme also) and be able to install it?