

Since then, systemd has arrived in force and is normally used for constructing services that start upon boot. If you don't feel like rebooting, you can start the service manually with: sudo service teamviewerd.sysv startĢ019 EDIT: This answer was written in 2013. The service will now start automatically with each boot. Then run sudo update-rc.d teamviewerd.sysv defaults Making sure of this is relatively simple, just copy it to /etc/init.d like so: cd /opt/teamviewer/tv_bin/scriptĭon't forget to make the script non-writable to anyone but the owner! sudo chmod 755 /etc/init.d/teamviewerd.sysv # Description: TeamViewer remote control daemonĪll you need to do is make sure this script runs on startup. # Short-Description: TeamViewer remote control daemon # Required-Stop: $local_fs $network $named To open TeamViewer, open the Application menu then search for TeamViewer.TeamViewer provides a script called teamviewerd.sysv available in /opt/teamviewer/tv_bin/script.

Next, search for TeamViewer, then click the download icon to install it.

You can do that by using: sudo ln -s /usr/bin/teamviewer /etc/init.d/ or if your system is using systemctl then use: sudo ln -s /usr/bin/teamviewer /etc/rc.d/rc5. In the Third Party tab, proceed to enable AUR support. Create a soft-line of teamviewer in your run level file location. Click the three dots in the top right side of the next window, then open Preferences. Open the Add/Remove Software center from the Applications menu. Once AUR is enabled, we can now install Team Viewer. To enable AUR, simply open Pamac software manager and go to Preferences AUR. So, we need to enable AUR first before installing Team Viewer. If you decide to uninstall TeamViewer from Manjaro, here is the command to use: $ sudo pamac remove teamviewer Team Viewer for Manjaro is maintained under AUR repository. After this small process, you should be able to launch TeamViewer from system menus or by typing: $ teamviewer After the installation is done, execute the following commands to start the TeamViewer daemon and enable it to start automatically upon future system boots. To install TeamViewer on Manjaro, execute the following command: $ sudo pamac build teamviewer In this tutorial, we will learn how to install TeamViewer in Manjaro. TeamViewer is a remote access and control program, mostly used to share your desktop or use a computer remotely.
