Minimal Racket includes just enough of Racket that you can use raco pkg to install more.
About the Linux installers:
If you don't see an option for
your particular platform, try other Linux installers, starting from
similar ones. Very often, a build on one Linux variant will work on
others too.
About source distributions:
The Source + built packages
distribution is recommended, instead of the selected Source distribution.
The Source + built packages distribution includes pre-built,
platform-independent bytecode; it installs much faster than
plain source, and it is also compatible with fast installs of
additional Racket packages.
About sources for Windows and Mac OS:
To build from source for
Windows or Mac OS, download and build a Minimal Racket distribution
instead of a Racket distribution, then (when on Windows) install the racket-lib package
with
raco pkg update --auto racket-lib
and then (on both Windows and Mac OS) install packages
with
raco pkg install -i main-distribution
About source builds on Windows:
After building Minimal Racket
from source, install the racket-lib package with
with