[solved] TeamViewer dont work

How do I make TeamViewer work. I have now tried everything I could find online. With the result that Gmome has gone down completely. Is there a good HOWTO how it is done correctly

Try adding Arco linux repository and then install team viewer from there repository
sudo pacman -S arcolinux-teamviewer

1 Like

Just FYI no one on this forum will provide remote support via Team Viewer.

And if you start adding out of distro repositories (other than the AUR) to your install you will likely find few of the official forum support volunteers to help you. Many people blow up their installations by adding the Black Arch repositories. Therefore, don't expect much support if you're installing stuff from other distros repositories.

5 Likes

I have instaled TeamViewer from AUR

systemctl enable teamviewerd --now
3 Likes

Install this

and then use following command

sudo teamviewer --daemon enable
2 Likes

Thanks it works now

2 Likes

IIRC Teamviewer is a GUI and you start it with sudo?

Maybe I'm wrong, but it seems to be an additional security risk since Teamviewer is also closed source?

But everyone must know for himself what he does.

4 Likes

No. This is the daemon (service I think). GUI starts as usual.

3 Likes