Step 1: Download TeamSpeak3
- Visit TeamSpeak 3's download page and download the package for Linux.
Step 2: Set Permissions
- Go to downloaded file's properties and check the box for "Allow executing file as program".
Step 3: Install TeamSpeak 3
- Open Terminal (CTRL + ALT + T), drag and drop TeamSpeak3.run in it and press ENTER
Step 4: Move TS3's folder in the right directory
- Type in Terminal the following command:
Step 5: Create TS3's shortcut
- Type in Terminal the following command:
- Visit TeamSpeak 3's download page and download the package for Linux.
Step 2: Set Permissions
- Go to downloaded file's properties and check the box for "Allow executing file as program".
Step 3: Install TeamSpeak 3
- Open Terminal (CTRL + ALT + T), drag and drop TeamSpeak3.run in it and press ENTER
Step 4: Move TS3's folder in the right directory
- Type in Terminal the following command:
- Code:
sudo mv TeamSpeak3-Client-linux_amd64 /opt/
Step 5: Create TS3's shortcut
- Type in Terminal the following command:
- Code:
sudo gedit /usr/share/applications/TeamSpeak3.desktop
- Code:
[Desktop Entry]
Name=TeamSpeak 3
Comment=TeamSpeak 3 VoIP Communicator
Exec=/opt/TeamSpeak3-Client-linux_amd64/ts3client_runscript.sh
Terminal=false
Type=Application
Categories=Network;Application;
Icon=/opt/TeamSpeak3-Client-linux_amd64/styles/default/logo-128x128.png
Tutorial fulfilled on Ubuntu 16.10, using the 64-bit version of the program.