在 Linux 上安装 spotify
在 Linux 上安装 spotify 的步骤如下:
-
安装 snapd
-
打开 snapd
-
找到 Spotify snap:
snap find spotify
-
安装 spotify:
sudo snap install spotify
-
运行:
spotify &
让我们详细看看所有的步骤和例子。
步骤 1 – 安装 snapd
你需要安装 snapd 包。它是一个守护进程(服务),并能在 Linux 系统上启用 snap 包管理。
Debian/Ubuntu/Mint Linux 上的 snapd
输入以下
/ :$ sudo apt install snapd
在 Arch Linux 上安装 snapd
snapd 只包含在 Arch User Repository(AUR)中。运行 yaourt
命令(参见 ):
$ sudo yaourt -S snapd$ sudo systemctl enable --now snapd.socket
在 Fedora 上获取 snapd
运行 snapd 命令:
sudo dnf install snapdsudo ln -s /var/lib/snapd/snap /snap
OpenSUSE 安装 snapd
执行如下的 zypper
命令:
### Tumbleweed verson ###$ sudo zypper addrepo http://download.opensuse.org/repositories/system:/snappy/openSUSE_Tumbleweed/ snappy### Leap version ##$ sudo zypper addrepo http://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_42.3/ snappy
安装:
$ sudo zypper install snapd$ sudo systemctl enable --now snapd.socket
步骤 2 – 在 Linux 上使用 snap 安装 spofity
执行 snap 命令:
$ snap find spotify
snap search for spotify app command
安装它:
$ sudo snap install spotify
How to install Spotify application on Linux using snap command
步骤 3 – 运行 spotify 并享受它
从 GUI 运行它,或者只需输入:
$ spotify
在启动时自动登录你的帐户:
$ spotify --username vivek@nixcraft.com$ spotify --username vivek@nixcraft.com --password 'myPasswordHere'
在初始化时使用给定的 URI 启动 Spotify 客户端:
$ spotify --uri=
以指定的网址启动:
$ spotify --url=
Spotify client app running on my Ubuntu Linux desktop
总结
以上就是
为各位朋友分享的 相关内容。想要了解更多Linux相关知识记得关注公众号“良许Linux”,或扫描下方二维码进行关注,更多 等着你!