Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]: TeamViewer-like application
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Thu May 30, 2013 8:20 pm    Post subject: [SOLVED]: TeamViewer-like application Reply with quote

Hi, ALL,
Is there a TeamViewer-like application for Linux? It's Linux version according to Google is just a Windows-like binary, i.e. needs wine.

Thank you.


Last edited by ONEEYEMAN on Fri May 31, 2013 6:10 pm; edited 1 time in total
Back to top
View user's profile Send private message
666threesixes666
Veteran
Veteran


Joined: 31 May 2011
Posts: 1248
Location: 42.68n 85.41w

PostPosted: Thu May 30, 2013 8:44 pm    Post subject: Reply with quote

its a precompiled binary.... though there is no systemd unit file for it. it requires unmasking, and license acceptance....

(as root)
Code:

echo "net-misc/teamviewer" >> /etc/portage/package.accept_keywords
echo "net-misc/teamviewer TeamViewer" >> /etc/portage/package.license


then

(as root)
Code:

emerge -av teamviewer


if you want the daemon to start on reboot

Code:

rc-update add teamviewerd8 default


should suffice
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Fri May 31, 2013 6:10 pm    Post subject: Reply with quote

Thank you.
That worked.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum