I’m installing funkwhale and thought it would get buy without note, but I ran into an bug. Hence notes.
I’m going real simple, smallest DO VPS, point domain to VPS, from https://docs.funkwhale.audio/installation/index.html#quick-install
To install the latest version of Funkwhale on a recent Debian or Ubuntu server, run:
sudo apt-get update
sudo apt-get install curl
sudo sh -c “$(curl -sSL https://get.funkwhale.audio/)”This installation script will ask you a few questions, install the required dependencies and set up your instance.
I’m so into that! But hark! Ubuntu 20.04 does not love the whale, Installation fails on ubuntu server 20.04 LTS (#8) · Issues · funkwhale / ansible · GitLab
What happens?
TASK [funkwhale : Install system packages] *********************************************************************************************************************************************************************** [WARNING]: Could not find aptitude. Using apt-get instead fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "No package matching 'python-virtualenv' is available"}
What is expected?
Successful installation.
So now I’m rebuilding the base image as Ubuntu 18.04 and running updates.