Difference between revisions of "TeamViewer"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
m (Changed Spotify to Teamviewer) |
m (Looks like there was a copy paste error from a Spotify page - removed irrelevant info.) |
||
Line 5: | Line 5: | ||
[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. | ||
Revision as of 18:30, 20 February 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