最近我得到了一个更新,它破坏了 telegram,现在我无法在我的 KDE Neon 安装上使用 apt 安装它。在此之前它曾经工作得很好。
我在这篇文章中得到了回购 https://www.omgubuntu.co.uk/2019/08/how-to-install-telegram-on-ubuntu 我使用命令添加了它
sudo add-apt-repository ppa:atareao/telegram
使用以下命令可以完美安装它
$ sudo apt install telegram-desktop
但经过一些更新后,我收到了此错误消息,但我不明白为什么。
Reading package lists... Done
Building dependency tree
Reading state information... Done
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) telegram-desktop:amd64 < none -> 2.1.7+ds-2~ubuntu20.04.1 @un puN Ib >
Broken telegram-desktop:amd64 Depends on libopenal1:amd64 < none | 1:1.19.1-1 @un uH > (>= 1.14)
Considering libopenal1:amd64 0 as a solution to telegram-desktop:amd64 9999
Re-Instated libopenal-data:amd64
Re-Instated libopenal1:amd64
Broken telegram-desktop:amd64 Depends on libqrcodegencpp1:amd64 < none | 1.5.0-2build1 @un uH > (>= 1.2.1)
Considering libqrcodegencpp1:amd64 0 as a solution to telegram-desktop:amd64 9999
Re-Instated libqrcodegencpp1:amd64
Broken telegram-desktop:amd64 Depends on librlottie0-1:amd64 < none | 0~git20200305.a717479+dfsg-1 @un uH > (>= 0~git20200305.a717479+dfsg)
Considering librlottie0-1:amd64 0 as a solution to telegram-desktop:amd64 9999
Re-Instated librlottie0-1:amd64
Broken telegram-desktop:amd64 Depends on libxxhash0:amd64 < none | 0.7.3-1 @un uH > (>= 0.6.5)
Considering libxxhash0:amd64 0 as a solution to telegram-desktop:amd64 9999
Re-Instated libxxhash0:amd64
Broken telegram-desktop:amd64 Depends on qtbase-abi-5-12-8:amd64 < none @un H >
Considering libqt5core5a:amd64 3417 as a solution to telegram-desktop:amd64 9999
Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
telegram-desktop : Depends: qtbase-abi-5-12-8
E: Unable to correct problems, you have held broken packages.
答案1
用于在安装软件时安装缺少的依赖项
sudo apt-get -f install
答案2
您尝试从默认存储库 ( ) 安装程序apt policy telegram-desktop
。
你应该安装电报, 不是电报桌面。