2

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.

3 Answers3

4

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
kiri
  • 28,986
1

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!

Mick
  • 11
0

I have followed step by step in this tutorial, everything is describe, how to install and configure TeamSpeak3 server with MySQL - MariaDB on Debian/Ubuntu. http://terminal28.com/how-to-install-and-configure-teamspeak3-server-linux-debian-ubuntu/

datas
  • 1