Install Beeble on Ubuntu
Although Rocky Linux is the officially recommended platform, running Beeble Studio locally on Ubuntu is possible.
You just need to convert the installation package. For Ubuntu 20.04:
sudo apt-get install alien
#downgrade cpio (otherwise it throws an error)
sudo apt-get install -y --allow-downgrades cpio=2.13+dfsg-2
sudo alien beeblestudio-x86_64.rpm --scripts
sudo apt install ./beeblestudio_0.4.15-2_amd64.deb
Then follow the Beeble installation steps: download the assets, authenticate, and run it.