请帮助我发生错误,请运行包管理器

请帮助我发生错误,请运行包管理器

我尝试在我的 ubuntu 16.04 上安装,spotify但却记不清我做了什么并收到了消息。

发生错误,请从右键单击
窗口运行包管理器或在终端中运行 apt-get 来查看
错误所在。

错误信息如下:

错误:打开缓存(E:源列表/etc/apt/sources/.list 中第 1 行上的类型‘sudo’未知,E:无法读取源列表。)'这通常意味着您安装了具有未满足依赖关系的软件包

我不确定这是否也是一个问题。当我使用代码时,我得到了类似的结果:sudo -H gedit /etc/apt/sources.list

sudo apt-get update
#deb-src http://repository.spotify.com stable non-free
#deb http://repository.spotify.com stable non-free

答案1

您可能需要先重新安装缺少依赖项的软件包:

sudo apt-get -f install

如果失败,你将必须清除 spotify:

sudo apt-get purge spotify*

相关内容