0
点赞
收藏
分享

微信扫一扫

How to install TeamViewer in Xavier Agx with ubuntu 20.04

暮晨夜雪 2022-04-29 阅读 133
ubuntu

1. First,we need to download the deb file from website :TeamViewer Linux Download for Remote Desktop access and collaboration

2.

sudo  dpkg --add-architecture armhf
sudo apt update
sudo apt-get install libxtst6:armhf
sudo dpkg -i teamviewer-host_armhf.deb
sudo apt install -f
sudo teamviewer --daemon enable

This method may have mistake when installing , you need to follow the instruction in terminal.

举报

相关推荐

0 条评论