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,246
  • 16
  • 81
  • 118
  • 1
    There's no need to add a sudo to the run command. "./TeamSpeak3-Client-linux_x86-3.0.12.run" is good enough. – Ruben Bakker Sep 12 '13 at 12:05
  • @RubenBakker Shouldn't sudo be needed to install software? Will it ask for sudo itself? – kiri Sep 12 '13 at 12:06
  • The .run file creates a directory with all files and executables required to run TS3. Running the installer through sudo forces the user to run TS3 as root; not very ideal. Running the installer without sudo allows the user to run TS3 without root. – Ruben Bakker Sep 12 '13 at 12:08
  • @RubenBakker Thanks for that, edited. What if one wanted to install it to /opt, would they just move the created folder there? – kiri Sep 12 '13 at 12:10
  • this is what i get when i follow the first set of instructions: http://postimg.org/image/igsft75dz/

    this is the last page of the same: http://postimg.org/image/75jt4zp6l/

    after following the 2nd set of instructions, this is what i get: http://postimg.org/image/u4aa2n9qr/

    all in all, i have still not been able to install teamspeak :(

    –  Sep 12 '13 at 16:40
  • @ShivHastawala Just try pressing q the get out of the license agreement – kiri Sep 12 '13 at 20:48
  • even after pressing Q: http://postimg.org/image/75jt4zp6l/ –  Sep 13 '13 at 14:34
  • @ShivHastawala Are you sure you had the terminal focused? Pressing 'q' worked for me, then I was able to type yes to accept the agreement and install it – kiri Sep 13 '13 at 20:39
  • what does 'focused' mean? –  Sep 14 '13 at 16:32
  • @ShivHastawala The window that you are currently using, the one that you are typing into. It's shown by a little white arrow to the right of the icon in the launcher. – kiri Sep 14 '13 at 20:35
  • yes, even after it was focused, i did not have the option to type YES/NO. the above screenshot is what i was seeing ...... :( –  Sep 15 '13 at 06:59
  • 1
    @ShivHastawala You should press the q key while in the license agreement, then type yes – kiri Sep 15 '13 at 08:14
  • What after this? : http://postimg.org/image/7zn2b3hl7/

    How do i run the Teamspeak Client?

    –  Sep 15 '13 at 11:54
  • What you did @ShivHastawala? I'm the same last step you are. – Ivo Pereira Jan 17 '14 at 11:07
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