The first step: Download the installation package
Download the Ubuntu deb install package download link from the website: https://downloadus1.teamviewer.com/download/version_12x/teamviewer_12.0.71510_i386.deb should be the extranet download more slowly patient wait
Step two: Execute the command
# # Without sudo will prompt the error in the Photo: DPKG:ERROR:REQUESTD operation requires superuser privilege # # Teamviewer_12.0.71510_i386.deb for download installation Package name >> sudo dpkg-i teamviewer_12.0.71510_i386.deb dpkg:error processing Package teamviewer:i386 (--install): DEP Endency problems-leaving unconfigured processing triggers for mime-support (3.59UBUNTU1) ... Processing triggers for hicolor-icon-theme (0.15-0UBUNTU1) ... Errors were encountered while processing:teamviewer:i386 # #报错原因: This is because my Ubuntu system is 64-bit, and 32-bit schemas must be added.
Step three: Add a 32-bit schema
>> sudo dpkg--add-architecture i386 >> sudo apt-get update # # In the absence of a dependency pack installation needs to be performed: sudo apt-get-f install >> sudo apt-get-f Install
Step Fourth: Execute installation command
# # Execute Installer command: sudo dpkg-i teamviewer_11.0.xxxxx_i386.deb >> sudo dpkg-i teamviewer_12.0.71510_i386.deb # # Show Process ing XXXX indicates successful installation
Fifth Step: Accept License
5.1 Stop Teamview
# # Stop service. Execute command >> sudo teamviewer--daemon stop
5.2 Modifying the configuration file
# # Add the following at the end of file/opt/teamviewer/config/global.conf (Administrator privileges may be required due to read-only restrictions) # # [Int32] eulaaccepted = 1 # # [Int32] Eulaacceptedrevision = 6 >> cd/opt/teamviewer/config/>> ll >> vim global.conf # Add Content # # [Int32] Eul aaccepted = 1 # # [Int32] eulaacceptedrevision = 6 # Save exit >> Wq # for a success, it is best to review the modified file >> cat global.conf # # Confirm Add save and start TeamViewer
5.3 Start TeamViewer
# # starts TeamViewer >> sudo teamviewer--daemon start
Sixth step: Get TeamViewer ID
# # Get TeamViewer ID >> teamviewer--info print ID
Seventh Step: Set Password
# # Set TeamViewer password >> sudo teamviewer--passwd [NewPassword]
to this, congratulations you have been installed successfully, you can use Windows Test<