As of Ubuntu 11, there is no longer a ia32-libs ensemble. Because of this, old x64 packages will stop to be available on their site.
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 we want to use the terminal for this operation, that’s still doable:
- Grab the TeamViewer deb file:
wget https://download.teamviewer.com/download/teamviewer_i386.deb
- Install the downloaded DEB file:
sudo dpkg -i teamviewer_i386.deb
- If package 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.