How to install Teamviewer 10 on Ubuntu systems. You can install Teamviewer 10 on 32 bit Ubuntu and 64 bit Ubuntu systems.
TeamViewer is a popular application for remote control and desktop sharing. It is also used for online meetings and file transfer. Teamviewer is available for Windows, Mac OSX, Linux, Android and iPhone.
TeamViewer 10 includes significant performance optimizations. CPU usage optimizations for multi-core processors, HD voice transmission quality, and faster login and load times for the Management Console. TeamViewer 10 provides a complete chat history for all conversations, and create chat groups for ongoing discussions.
- Performance optimizations
- Central setting policies
- Master whitelist
- Chat history and persistent chat groups
- One-click video calls
- Add your profile picture
- Automatically find nearby contacts
- Ultra High Definition support
- Real-time session notes
- Computers & Contacts API
- Idle session timeout
- Integration with Dropbox and more
- Door lock for online meetings
- Whiteboard for remote control
How to install Teamviewer 10 Beta 32 bit Ubuntu systems
sudo apt-get install gdebi
wget download.teamviewer.com/download/version_10x/teamviewer_linux.deb
sudo gdebi teamviewer_linux.deb
How to install Teamviewer 10 Beta 64 bit Ubuntu systems
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install gdebi
wget download.teamviewer.com/download/version_10x/teamviewer_linux.deb
sudo gdebi teamviewer_linux.deb
To remove or un-install Teamviewer, run the following command:
sudo apt-get remove teamviewer*