How to install Teamspeak 3 client on ubuntu 12.04 lts 32 bit?

I have been trying to install Teamspeak using the following file but have been unable to do so. I use Ubuntu 12.04 lts 32-bit.

http://files.teamspeak-services.com/releases/3.0.12/TeamSpeak3-Client-linux_x86-3.0.12.run

Kindly help with detailed steps since I have started using Ubuntu only yesterday.


Solution 1:

Use these commands in a Terminal (Ctrl+Alt+T):

  1. cd ~/Downloads (assuming saved in Downloads folder, otherwise where you saved it)
  2. chmod u+x ./TeamSpeak3-Client-linux_x86-3.0.12.run
  3. ./TeamSpeak3-Client-linux_x86-3.0.12.run

  4. Follow the instructions

or, you could try this (probably for an older version of Teamspeak, though)

sudo apt-get install teamspeak-client

Solution 2:

For those unfamiliar with Linux:

Do the first three steps in the answer from minerz029.

  1. cd ~/Downloads (assuming saved in Downloads folder, otherwise where you saved it)
  2. chmod u+x ./TeamSpeak3-Client-linux_x86-3.0.12.run
  3. OR if 64bit version: chmod u+x ./TeamSpeak3-Client-linux_amd64-3.0.13.1.run
  4. ./TeamSpeak3-Client-linux_x86-3.0.12.run
  5. OR if 64bit version: ./TeamSpeak3-Client-linux_amd64-3.0.13.1.run
  6. Press enter to view the user agreement
  7. Press Q to leave the user agreement
  8. Type Yes to create the folder (named TeamSpeak3-Client-linux_xxxxxx)
  9. Open the folder, Run program called ts3client_linux_x86 or ts3client_linux_amd64

Enjoy!