Here’s a quick tutorial that shows you how to install Spotify for Linux in Ubuntu 12.10. Spotify for Linux is a preview build and is unsupported at this moment but will eventually becomes stable and on pace with its Mac and Windows versions.

This tutorial is going to be quick and easy.

Objectives:

  • Install Spotify  for Linux in Ubuntu 12.10
  • Enjoy!

To get started, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, run the commands below to add its software repository key.

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59

 

spotify_quantal

 

Next, copy and paste the commands below to add its software repository.

sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list'

 

spotify_quantal_1

 

Finally, run the commands below to update your system and install Spotify client.

sudo apt-get update && sudo apt-get install spotify-client-qt

 

spotify_quantal_2

 

Enjoy!

 

spotify_quantal_3

Frequently Asked Questions

How to install Spotify for Linux in Ubuntu 12.10?

To install Spotify for Linux in Ubuntu 12.10, follow these steps: Open the terminal with Ctrl - Alt - T, add the software repository key, add the software repository, update your system, and install Spotify client using the commands provided.

Is Spotify for Linux in Ubuntu 12.10 stable?

Spotify for Linux in Ubuntu 12.10 is a preview build and currently unsupported. However, it is expected to become stable and be on par with its Mac and Windows versions in the future.

What are the objectives of installing Spotify for Linux in Ubuntu 12.10?

The main objective of installing Spotify for Linux in Ubuntu 12.10 is to enjoy the Spotify music streaming service on your Linux system. The installation process is quick and easy.

How to add Spotify software repository key in Ubuntu 12.10?

To add the Spotify software repository key in Ubuntu 12.10, use the command 'sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59' in the terminal.

What command is used to add Spotify software repository in Ubuntu 12.10?

To add the Spotify software repository in Ubuntu 12.10, use the command 'sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list'.

How to update the system after adding Spotify repository in Ubuntu 12.10?

To update your system after adding the Spotify repository in Ubuntu 12.10, run the command 'sudo apt-get update' in the terminal.

How to install Spotify client in Ubuntu 12.10?

To install the Spotify client in Ubuntu 12.10, use the command 'sudo apt-get install spotify-client-qt' in the terminal after updating your system.

Can I enjoy Spotify on Ubuntu 12.10 after installation?

Yes, you can enjoy Spotify on Ubuntu 12.10 after successfully installing the Spotify client using the provided commands.