Can't install Strawberry on Ubuntu Pro 22.04 LTS
-
This may be more an Ubuntu issue than a Strawberry issue but I didn't experience this when I was using Ubuntu-based Pop!_OS, where I was using Strawberry regularly.
I recently clean-installed Ubuntu 22.04 LTS on my laptop (then later signed up for Ubuntu Pro if that matters). Now I'm trying to install Strawberry. I downloaded Strawberry from strawberrymusicplayer.org but when I double-click the DEB file it just opens the archive. It doesn't launch or install anything.
Any ideas? I'm still pretty much a Linux newbie so hoping for some ideas.
-
Ubuntu 22.04 is no longer supported by Strawberry because it's Qt version is too old. So you can't use any of the packages linked on the website.
I suggest that you install Ubuntu 24.04 (Noble) instead. It's the new Ubuntu LTS release.To install on Ubuntu 24.04, open a terminal and type:
curl -O -L https://files.strawberrymusicplayer.org/strawberry_1.2.6-noble_amd64.deb sudo dpkg -i strawberry_1.2.6-noble_amd64.deb
You can also add the PPA repository to get updates:
sudo add-apt-repository ppa:jonaski/strawberry sudo apt update sudo apt install strawberry