mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-13 22:30:37 +08:00
Merge pull request #969 from liushui312/master
选题 Install Spotify In Ubuntu 14.04 & Linux Mint 17.md
This commit is contained in:
commit
1cda5d8619
@ -1,36 +0,0 @@
|
||||
Install Spotify In Ubuntu 14.04 & Linux Mint 17
|
||||
================================================================================
|
||||
Spotify is the most popular streaming music service these days. While you can listen it via its web interface, you can also install a desktop client of Spotify in Linux. This gives you some additional features such as listening to local music in Spotify, sync local music to Spotify server or sync local music to iPhone, iPod or other mobile devices.
|
||||
|
||||
In this quick post, we shall see how to quickly **install Spotify in Ubuntu 14.04** and other Debian based distributions such as Linux Mint, Elementary OS, Bodhi etc.
|
||||
|
||||
### Install Spotify in Ubuntu 14.04 & Linux Mint ###
|
||||
|
||||
To install desktop client of Spotufy, open a terminal (Ctrl+Alt+T) and use the following commands:
|
||||
|
||||
sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list'
|
||||
|
||||
This will add the above repository in software sources list. Now add the GPG key:
|
||||
|
||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
|
||||
|
||||
Next is simple. Update and install Spotify client.
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install spotify-client
|
||||
|
||||
That’s all you need to do. Next you can start Spotify by searching for it Unity Dash (in Ubuntu). It integrates very well in Ubuntu environment. Here is what Spotify interface looks like in Ubuntu 14.04:
|
||||
|
||||
![](http://itsfoss.com/wp-content/uploads/2014/05/Spotify_Ubuntu_Linux.jpeg)
|
||||
|
||||
I hope this quick post helped you to install Spotify desktop client in Ubuntu and other Linux OS. I think this could be counted as one of the first [few things to do after installing Ubuntu 14.04][1]. How do you find it? Do you use any other service similar to Spotify? Do share your views.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://itsfoss.com/install-spotify-ubuntu-1404/
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://itsfoss.com/things-to-do-after-installing-ubuntu-14-04/
|
@ -0,0 +1,36 @@
|
||||
在Ubuntu 14.04 和 Linux Mint 17 中安装 Spotify
|
||||
================================================================================
|
||||
Spotify 是一个现今非常流行的流媒体音乐服务。不仅可以在网页上访问其服务,而且可以在 linux 中安装其桌面客户端。这个客户端增加了额外的功能,比如监听本地音乐和同步本地音乐到Spotify 服务器、iPhone 、iPod等其它移动设备。
|
||||
|
||||
在本文将讨论如何快速 **在 Ubuntu 14.04 安装 Spotify ** 以及其它基于 Debian 的发行版,如 Linux Mint, Elementary OS, Bodhi 等等。
|
||||
|
||||
### 在Ubuntu 14.04 和 Linux Mint 17 中安装 Spotify ###
|
||||
|
||||
现在开始安装 Spotify 桌面客户端,打开一个终端(Ctrl+Alt+T) 使用如下命令:
|
||||
|
||||
sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list'
|
||||
|
||||
这行命令将增加上述仓库到软件的源列表,然后增加 GPG Key:
|
||||
|
||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
|
||||
|
||||
下一步比较简单。更新和安装 Spotify 客户端:
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install spotify-client
|
||||
|
||||
这样就安装完成了。现在可以在Unity Dash (ubuntu 中) 上通过搜索Spotify 来启动它。在 Ubuntu 环境下,Spotify 客户端整合的非常好。这是 Spotify 在 Ubuntu 14.04 下的界面:
|
||||
|
||||
![](http://itsfoss.com/wp-content/uploads/2014/05/Spotify_Ubuntu_Linux.jpeg)
|
||||
|
||||
我希望本文能帮助你在 Ubuntu 和其它 Linux OS 下安装 Spotify 客户端。 我想这可以算作在 [安装 Ubuntu 14.04 之后需要做的事情][1]。 中的第一件。如何发现它呢? 使用过其它类似 Spotify 的服务吗? 一起来分享你的观点吧。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://itsfoss.com/install-spotify-ubuntu-1404/
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:http://itsfoss.com/things-to-do-after-installing-ubuntu-14-04/
|
Loading…
Reference in New Issue
Block a user