How to Install a Proprietory Software (Spotify as An Example) (QubesOS Only)

tags: Security&Encryption, InstallationProcess
1. Connect your templates to a netVM (sys-firewall)
2. Open the terminal
3. Retrieve the key, then add them:
curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | sudo apt-key add -
4. Add the repository:
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
5. Then install:
sudo apt-get update && sudo apt-get install spotify-client
6. Disconnect the template


You'll only receive email when they publish something new.

More from HPOA91709
All posts