TeamSpeak on Ubuntu 17.04

Solution 1:

I got it installed by:
Download the latest and greatest here:
http://www.teamspeak.de/en/download/

Move that file to your HOME folder (yes it will make a new folder).

Then in terminal type this:

sudo sh TeamSpeak3-Client-linux_amd64-3.1.4.run

It will start the install. Then it will ask you to accept the license agreement (that is what stops it from running from a GUI) "Q" to exit then agree to it.

To run TS3 I run it from the terminal by:

cd TeamSpeak3-Client-linux_amd64
sh ts3client_runscript.sh

That worked for me. Good luck.