I ended up successfully installing Kivy in a virtual environment created with ".../mypython$ python3 -m venv venv-mint-22" which I think uses the 'python3-venv' package, which I THINK was already in Linux Mint 22 Cinnamon (a distro based on Ubuntu 24.04) by default...
But that does not change the fact that the Kivy install instructions do not really work for Ubuntu 24.04 based distros.
The install instructions for Buildozer - https://buildozer.readthedocs.io/en/latest/installation.html - are also not up to date:
It starts with: pip3 install --user --upgrade buildozer
Since it contains "--user" I can deduct that it should be executed outside the virtual environment, but that ALSO results in: error: externally-managed-environment
Does that mean I HAVE to install buildozer inside the virtual environment (on Ubuntu 24.04 based Linux versions)?