Difference between revisions of "TeamViewer"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
imported>McMarius11 (Created page with "__TOC__ center [https://en.wikipedia.org/wiki/TeamVi...") |
(Marked this version for translation) |
||
(18 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<languages/> | |||
__TOC__ | __TOC__ | ||
[[ | [[File:200px-Teamviewer-logo-big.svg.png|center]] | ||
<translate> | |||
<!--T:1--> | |||
[https://en.wikipedia.org/wiki/TeamViewer Teamviewer] is a proprietary software application for remote control, desktop sharing, online meetings, web conferencing and file transfer between computers. | [https://en.wikipedia.org/wiki/TeamViewer Teamviewer] is a proprietary software application for remote control, desktop sharing, online meetings, web conferencing and file transfer between computers. | ||
=Installing TeamViewer= <!--T:2--> | |||
<!--T:3--> | |||
Teamviewer can be only be installed from source. | |||
==Installing from the Arch User Respository(AUR)== <!--T:4--> | |||
<!--T:5--> | |||
To install TeamViewer from the [[Arch User Repository|AUR]] using your favorite package manager or the command: | |||
pamac build teamviewer | |||
=Tips & Tricks= | =Tips & Tricks= <!--T:6--> | ||
== | ==Connection is not ready== <!--T:7--> | ||
If | <!--T:8--> | ||
If TeamViewer does not detect the teamviewerd deamon, you can reinstall the deamon by | |||
<!--T:9--> | |||
sudo teamviewer --daemon enable | |||
<!--T:10--> | |||
If it's not enabled or started you can use | |||
systemctl enable teamviewerd | |||
<!--T:11--> | |||
systemctl start teamviewerd | |||
=See Also= <!--T:12--> | |||
<!--T:13--> | |||
[https://aur.archlinux.org/packages/teamviewer/ AUR:TeamViewer] | |||
[https://community.teamviewer.com The TeamViewer Community] | |||
</translate> | |||
[[Category:Contents Page]] | [[Category:Contents Page{{#translation:}}]] |
Latest revision as of 18:54, 7 September 2021
Teamviewer is a proprietary software application for remote control, desktop sharing, online meetings, web conferencing and file transfer between computers.
Installing TeamViewer
Teamviewer can be only be installed from source.
Installing from the Arch User Respository(AUR)
To install TeamViewer from the AUR using your favorite package manager or the command:
pamac build teamviewer
Tips & Tricks
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