mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Update multimedia
Added improved documentation how to install Spotify Client
This commit is contained in:
parent
0415ea9f65
commit
e090bf5826
@ -11,14 +11,23 @@ Listen to Spotify
|
|||||||
=================
|
=================
|
||||||
Install-Howto: https://www.spotify.com/de/download/linux/
|
Install-Howto: https://www.spotify.com/de/download/linux/
|
||||||
|
|
||||||
Detailed steps:
|
Detailed steps which must be run in the Debian 8 template VM.
|
||||||
|
A good idea might be to clone the existing Debian 8 template and create an own debian-8-multimedia template from whoch you can then create an App-VM.
|
||||||
|
You need to make sure that you allow networking to the internet during installation, as you need to download some data which are not from the default repositories.
|
||||||
|
|
||||||
1) sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
|
# Become root
|
||||||
2) echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
|
su -
|
||||||
3) sudo apt-get update
|
# Download the Key which is used for signing the Spotify package repository
|
||||||
4) sudo apt-get install spotify-client
|
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
|
||||||
|
#Public-Key: http://keyserver.ubuntu.com/pks/lookup?op=vindex&search=0xD2C19886&fingerprint=on
|
||||||
|
#Fingerprint: BBEB DCB3 18AD 50EC 6865 0906 13B0 0F1F D2C1 9886
|
||||||
|
# Add the package repository to your list of package sources
|
||||||
|
echo deb http://repository.spotify.com stable non-free | tee /etc/apt/sources.list.d/spotify.list
|
||||||
|
# Make the new repository known to your system
|
||||||
|
apt-get update
|
||||||
|
# Install the Spotify Client
|
||||||
|
apt-get install -y spotify-client
|
||||||
|
|
||||||
I could then start the native spotify client .. easy.
|
|
||||||
|
|
||||||
|
|
||||||
Play Netflix
|
Play Netflix
|
||||||
|
Loading…
Reference in New Issue
Block a user