无法安装 Skype,依赖项未得到满足

无法安装 Skype,依赖项未得到满足

我无法安装 Skype

You might want to run 'apt-get -f install' to correct these: 
The following packages have unmet dependencies: 
libgl1-mesa-dri-lts-utopic:i386 : Depends: libllvm3.5:i386 (>= 1:3.5~+rc3) but it is not going to be installed 
skype : Depends: skype-bin 
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

答案1

尝试:

sudo gedit /etc/apt/sources.list.d/ondrej-php5-trusty.list

然后删除哈希(#)重新启用可能被系统禁用的 PPA

sudo apt-get update

sudo apt-get install skype

答案2

要解决 skype 包未满足的依赖关系,请运行以下命令。

$ sudo apt-get -f 安装

来源:https://www.itsmearunchandel.co.in/linux/ubuntu/install-skype-on-ubuntu-18-04.html

相关内容