在 Lubuntu 上安装 TeamViewrer

在 Lubuntu 上安装 TeamViewrer

我直接从网站下载了最新版本的 Teamvier (13),现在有了我的 .deb 文件。当我双击此文件并单击“安装包”选项时,它会要求我输入 sudo 密码,但随后我收到错误 -

请检查你的安装介质并确保你的 apt-cache 是最新的

我打开终端并运行

sudo apt-get update

然后尝试再次安装,但收到相同的错误。我必须做什么才能成功安装此程序?

编辑
dpkg当我从终端 运行命令时出现完全错误

    owner@OwnerBackup:~/Downloads$ sudo dpkg -i teamviewer_13.1.8286_i386.deb
    (Reading database ... 226294 files and directories currently installed.)
    Preparing to unpack teamviewer_13.1.8286_i386.deb ...
    Unpacking teamviewer (13.1.8286) over (13.1.8286) ...
    dpkg: dependency problems prevent configuration of teamviewer:
    teamviewer depends on libqt5x11extras5 (>= 5.2); however:
    Package libqt5x11extras5 is not installed.
     teamviewer depends on qtdeclarative5-qtquick2-plugin (>= 5.2) | qml-module-qtquick2 (>= 5.2); however:
    Package qtdeclarative5-qtquick2-plugin is not installed.
    Package qml-module-qtquick2 is not installed.
    teamviewer depends on qtdeclarative5-controls-plugin (>= 5.2) | qml-module-qtquick-controls (>= 5.2); however:
    Package qtdeclarative5-controls-plugin is not installed.
    Package qml-module-qtquick-controls is not installed.
 teamviewer depends on qtdeclarative5-dialogs-plugin (>= 5.2) | qml-module-qtquick-dialogs (>= 5.2); however:
    Package qtdeclarative5-dialogs-plugin is not installed.
    Package qml-module-qtquick-dialogs is not installed.
 teamviewer depends on qtdeclarative5-window-plugin (>= 5.2) | qml-module-qtquick-window2 (>= 5.2); however:
    Package qtdeclarative5-window-plugin is not installed.
    Package qml-module-qtquick-window
dpkg: error processing package teamviewer (--install):
 dependency problems - leaving unconfigured
    Processing triggers for desktop-file-utils (0.22-1ubuntu3) ...
    Processing triggers for mime-support (3.58ubuntu1) ...
    Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
    Errors were encountered while processing:
       teamviewer
    owner@OwnerBackup:~/Downloads$ 

相关内容