Sometimes you need to remotely control the computer of the ubuntu system. Teamviewer can also be installed under linux. It seems to be troublesome to configure Sunflower under linux, and the fluency of Teamviewer remote control has been good, so I chose to install Teamviewer.
The specific installation steps are given below:
First go to https://www.teamviewer.com/zhcn/download/linux/ to download the corresponding linux version of Teamviewer, the moderator chooses the ubuntu version, after the download is complete, there will be a software installation package in your download path teamviewer_12.0.85001_i386.deb.
Install the dependency package, enter the ternimal terminal into the download path, and execute the command: (The blogger is a 64-bit system without executing this command and it is successful, if it is a 32-bit system, it needs to be executed)
sudo apt-get install libjpeg62:i386 libxinerama1:i386 libxrandr2:i386 libxtst6:i386 ca-certificates
sudo dpkg -i teamviewer_12.0.76279_i386.deb
Note: When performing the third step to install the deb package, you may encounter the following problems:
wanglaotou@wanglaotou95:~/softwares/software-package$ sudo dpkg -i teamviewer_12.0.85001_i386.deb
( Reading database... There are currently 215,790 files and directories installed in the system. )
Preparing to unpack teamviewer_12.0.85001_i386.deb…
Unpacking teamviewer:i386 (12.0.85001) to (12.0.85001)...
dpkg: Dependency problem prevents teamviewer:i386 configuration work:
teamviewer: i386 depends on libasound2.
teamviewer: i386 depends on libdbus-1-3.
teamviewer: i386 depends on libexpat1.
teamviewer: i386 depends on libfontconfig1.
teamviewer: i386 depends on libfreetype6.
teamviewer: i386 depends on libsm6.
teamviewer: i386 depends on libxdamage1.
teamviewer: i386 depends on libxfixes3.
teamviewer: i386 depends on zlib1g.
dpkg: Error processing package teamviewer:i386 (–install):
Dependency issue-still not configured
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1)...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1)...
Processing the trigger for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1)...
Rebuilding /usr/share/applications/bamf-2.index…
Processing triggers for mime-support (3.59ubuntu1)...
Processing trigger for hicolor-icon-theme (0.15-0ubuntu1)...
An error occurred during processing:
teamviewer:i386
(The following command is a command to repair dependencies (depends), that is, if there is a package on your system that does not meet the dependency conditions, this command will automatically repair and install the package that the package depends on)
At this time, you need to execute the command:
sudo apt-get install -f
Select'Y', press Enter and wait for the repair to be completed and continue to perform the third step.
to sum up
The above is the tutorial for installing Teamviewer on Ubuntu 16.04 introduced by the editor. I hope it will be helpful to you. If you have any questions, please leave me a message. The editor will reply you in time. Thank you very much for your support to the ZaLou.Cn website!
Recommended Posts