Software app unresponsive

when i go to download spotify or windows app support it either doesnt do anything or is stuck at 7 percent. I am brand new to Linux and Zorin OS Core. Coming from Windows 11,

thank you

Can you please cancel the downloads in Software Store and test in terminal:

sudo apt install zorin-windows-app-support

Relay any verbose errors.

Depending whether you want the snap package:
sudo snap install spotify
Or the apt package:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 4773BD5E130D1D45
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list

The terminal is a sure way to get what you are attempting to install.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.