Rich 0 Posted April 10, 2023 Can anyone please advise how to install a Teamviewer on Debian...I'm a noob and I can download it but can't find a way to execute it? Share this post Link to post Share on other sites
tooz 53 Posted April 10, 2023 hello @Rich, to install teamviewer on tinker board r2.0 with debian os: 1. download teamviewer.deb (armhf, 32bit) on the teamviewer official website: https://www.teamviewer.com/en/download/raspberry-pi/ 2. sudo apt-get update sudo apt-get install libqt5gui5 libqt5qml5 libqt5quick5 libqt5webkit5 libqt5qml5 libqt5core5a qml-module-qtquick-controls qml-module-qtquick2 libqt5widgets5 libqt5x11extras5 qml-module-qtquick-dialogs sudo dpkg -i teamviewer_15.40.8_armhf here is a tutorial video for your reference: Share this post Link to post Share on other sites