据一些新闻媒体报道,我们对 Spotify 进行了更新(以及适用于 Windows 和 MacOS 的更新),该更新与应用程序本身向驱动器写入大量数据有关:
- https://9to5mac.com/2016/11/11/spotify-bug-data-fix/
- http://www.pcmag.com/news/349525/report-spotify-fixes-hard-drive-killing-desktop-glitch
- http://www.zdnet.com/article/spotify-windows-mac-linux-desktop-app-update-now-to-stop-it-trashing-your-ssd/
- http://www.bbc.com/news/technology-37950627
- https://www.neowin.net/news/spotify-patches-its-app-after-writing-gigabytes-of-junk-data-onto-storage-drives
sudo apt-get dist-upgrade Spotify
我尝试使用或升级应用程序本身,sudo apt-get upgrade Spotify
但它一直说unable to locate package Spotify
。
我假设重新安装该应用程序会给我提供最新或更新的版本,但我现在无法验证这一点。
在这种情况下更新 Spotify 的正确语法是什么?
答案1
使用终端应用程序。复制并粘贴以下命令。
添加 Spotify 存储库签名密钥,以便能够验证下载的软件包
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
添加 Spotify 存储库
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
更新可用软件包列表
sudo apt-get update
安装 Spotify
sudo apt-get install spotify-client
答案2
如果你已经安装了 Spotify 的 snap 包,你可以轻松刷新
snap refresh spotify