Difference between revisions of "TeamViewer/ru"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Created page with "=Смотрите также=") |
(Created page with "==Установка из Arch User Respository(AUR)==") |
||
Line 4: | Line 4: | ||
[[File:200px-Teamviewer-logo-big.svg.png|center]] | [[File:200px-Teamviewer-logo-big.svg.png|center]] | ||
[https:// | [https://ru.wikipedia.org/wiki/TeamViewer Teamviewer] - это проприетарное программное приложение для удаленного управления, совместного использования рабочего стола, онлайн-совещаний, веб-конференций и передачи файлов между компьютерами. | ||
=Установка TeamViewer= | =Установка TeamViewer= | ||
Teamviewer | Teamviewer может быть установлен только из исходного кода. | ||
== | ==Установка из Arch User Respository(AUR)== | ||
To install TeamViewer from the [[Arch User Repository|AUR]] using your favorite package manager or the command: | To install TeamViewer from the [[Arch User Repository|AUR]] using your favorite package manager or the command: |
Revision as of 09:10, 19 January 2023
Teamviewer - это проприетарное программное приложение для удаленного управления, совместного использования рабочего стола, онлайн-совещаний, веб-конференций и передачи файлов между компьютерами.
Установка TeamViewer
Teamviewer может быть установлен только из исходного кода.
Установка из Arch User Respository(AUR)
To install TeamViewer from the AUR using your favorite package manager or the command:
pamac build teamviewer
Советы и хитрости
Connection is not ready
If TeamViewer does not detect the teamviewerd deamon, you can reinstall the deamon by
sudo teamviewer --daemon enable
If it's not enabled or started you can use
systemctl enable teamviewerd
systemctl start teamviewerd