Vitajte na [www.pocitac.win] Pripojiť k domovskej stránke Obľúbené stránky
```sh
curl https://download.teamviewer.com/download/linux/signature/TeamViewer2017.asc | sudo tee /usr/share/keyrings/teamviewer-archive-keyring.gpg> /dev/null
```
Krok 2:Pridajte úložisko TeamViewer
```sh
echo "deb [arch=amd64 signature-by=/usr/share/keyrings/teamviewer-archive-keyring.gpg] https://download.teamviewer.com/download/linux buster main" | sudo tee /etc/apt/sources.list.d/teamviewer.list> /dev/null
```
Krok 3:Nainštalujte TeamViewer
```sh
aktualizácia sudo apt
sudo apt install teamviewer
```
Krok 4:Spustite TeamViewer
TeamViewer môžete spustiť z ponuky Aplikácie alebo zadaním nasledujúceho príkazu do terminálu:
```sh
teamviewer
```