Instale o TeamViewrer no Lubuntu

2

Eu baixei a versão mais recente (13) do Teamvier diretamente do site e agora tenho meu arquivo .deb. Quando eu clico duas vezes neste arquivo e clico na opção "Install Package", ele pede a minha senha sudo, mas então recebo um erro de -

Please check your installation medium and make sure your apt-cache is up to date

Eu abri o terminal e corri

sudo apt-get update

Em seguida, tentei instalar novamente, mas recebi o mesmo erro. O que devo fazer para instalar este programa com sucesso?

EDITAR
Erro completo ao executar o comando dpkg do terminal

    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$ 
    
por user2676140 05.07.2018 / 13:52

0 respostas