How to install Teamviewer on 14.04?

As of Ubuntu 11.10, there is no longer an ia32-libs package. Because of this, older x64 packages (such as the x64 version distributed on their site) will no longer be able to install.

TeamViewer has since removed the x64-only download, and they only offer the i386 version.

To install TeamViewer now, it's as simple as visiting the official download page, clicking the "Download" button, and then running the downloaded .deb file.

If you want to use the terminal for this operation, that's still doable:

  1. Grab the TeamViewer debfile:

     wget https://download.teamviewer.com/download/teamviewer_i386.deb
    
  2. Install the downloaded DEB file:

     sudo dpkg -i teamviewer_i386.deb
    
  3. If DPKG throws any errors, fix any dependency issues to make sure everything works fine:

     sudo apt update && sudo apt -f install
    

TeamViewer will now be ready for use and will be present in your menu.