如何在 18.04 中安装 Telegram 应用程序?

Man*_*lap 5 package-management xubuntu apt 18.04

当我尝试安装 Telegram 时,出现以下错误:

itsmarttricks@mangesh:~$ sudo apt-get install telegram
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libreoffice-core : Depends: libreoffice-common (> 1:6.2.2) but it is not going to be installed
 libreoffice-java-common : Depends: libreoffice-common (= 1:6.2.2-0ubuntu0.18.04.1~lo1) but it is not going to be installed
 libreoffice-report-builder : Depends: libreoffice-common (= 1:6.2.2-0ubuntu0.18.04.1~lo1) but it is not going to be installed
 libreoffice-script-provider-bsh : Depends: libreoffice-common (= 1:6.2.2-0ubuntu0.18.04.1~lo1) but it is not going to be installed
 libreoffice-script-provider-js : Depends: libreoffice-common (= 1:6.2.2-0ubuntu0.18.04.1~lo1) but it is not going to be installed
 libreoffice-script-provider-python : Depends: libreoffice-common (= 1:6.2.2-0ubuntu0.18.04.1~lo1) but it is not going to be installed
 libreoffice-style-colibre : Depends: libreoffice-common (= 1:6.2.2-0ubuntu0.18.04.1~lo1) but it is not going to be installed
 libreoffice-style-elementary : Depends: libreoffice-common (= 1:6.2.2-0ubuntu0.18.04.1~lo1) but it is not going to be installed
 libreoffice-style-tango : Depends: libreoffice-common (= 1:6.2.2-0ubuntu0.18.04.1~lo1) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Run Code Online (Sandbox Code Playgroud)

wiz*_*zz4 1

您似乎已经安装了 LibreOffice,但不知何故设法破坏了其安装。要修复它,请尝试:

\n\n
sudo apt-mark auto libreoffice-common\n
Run Code Online (Sandbox Code Playgroud)\n\n

如果您有旧版本apt-get(在 11.something 之前,我认为 \xe2\x80\x93 早于 Ubuntu 18.04 版本)并且这不起作用,请尝试:

\n\n
sudo apt-get markauto libreoffice-common\n
Run Code Online (Sandbox Code Playgroud)\n\n

然后立即更新您的包管理器。

\n\n

运行以下命令之一后,运行:

\n\n
sudo apt install\n
Run Code Online (Sandbox Code Playgroud)\n\n

(我认为。)

\n