All Projects → tmiland → TeamSpeak3-Client

tmiland / TeamSpeak3-Client

Licence: other
TeamSpeak3 Client package for Debian/Ubuntu

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to TeamSpeak3-Client

intellij-idea-ultimate
Unofficial .deb packages of IntelliJ IDEA Ultimate Edition. This is a mirror of https://gitlab.com/mmk2410/intellij-idea-ultimate
Stars: ✭ 16 (+14.29%)
Mutual labels:  debian-packages, ubuntu-packages
teamspeak-client-portable
🚀 TeamSpeak Client portable for Windows
Stars: ✭ 21 (+50%)
Mutual labels:  teamspeak, teamspeak-client
debian-packaging
Create Debian packages of non-free, closed-source and other software.
Stars: ✭ 19 (+35.71%)
Mutual labels:  debian-packages, ubuntu-packages
ts3updater
TeamSpeak 3 Server Installer and Updater
Stars: ✭ 64 (+357.14%)
Mutual labels:  teamspeak, teamspeak3
ppa-packaging
Semi-automated script to create binary packages for (multiple versions of) Ubuntu
Stars: ✭ 15 (+7.14%)
Mutual labels:  deb, ubuntu-packages
teamspeak-dark
A dark theme for TeamSpeak 3 which looks surprisingly similar to another popular voice communication software.
Stars: ✭ 50 (+257.14%)
Mutual labels:  teamspeak, teamspeak3
ts3j
An open-source Java Teamspeak 3 client library using the TS3 full client protocol
Stars: ✭ 84 (+500%)
Mutual labels:  teamspeak, teamspeak3
ts3exporter
Teamspeak 3 exporter for prometheus
Stars: ✭ 25 (+78.57%)
Mutual labels:  teamspeak, teamspeak3
JustAnotherVoiceChat
TeamSpeak 3 plugin to control 3D voice communication in games
Stars: ✭ 21 (+50%)
Mutual labels:  teamspeak, teamspeak3
intellij-idea-community
Unofficial .deb packages of IntelliJ IDEA Community Edition. This is a mirror of
Stars: ✭ 32 (+128.57%)
Mutual labels:  debian-packages, ubuntu-packages
deezer-linux
An universal linux port of deezer, supporting both Flatpak and AppImage
Stars: ✭ 141 (+907.14%)
Mutual labels:  deb
st2-packages
StackStorm deb/rpm packages (automated docker build pipeline)
Stars: ✭ 25 (+78.57%)
Mutual labels:  deb
python-deb-pkg-tools
Debian packaging tools
Stars: ✭ 36 (+157.14%)
Mutual labels:  deb
elastic-stack
A complete documentation on how to install Elastic Stack on Ubuntu 16.04 Server ASAP 😎
Stars: ✭ 12 (-14.29%)
Mutual labels:  deb
aptly-web-ui
Simple web UI for aptly
Stars: ✭ 32 (+128.57%)
Mutual labels:  deb
ec2-metadata-filter
Enhance the security of the EC2 metadata service. (Obsolete thanks to Instance Metadata Service Version 2, see note in README)
Stars: ✭ 32 (+128.57%)
Mutual labels:  debian-packages
Boostnote-packages
Repo containing .rpm, .deb and Boostnote app folder
Stars: ✭ 31 (+121.43%)
Mutual labels:  deb
docker
🐳 Official Docker image of the SinusBot for TeamSpeak 3 and Discord.
Stars: ✭ 50 (+257.14%)
Mutual labels:  teamspeak
bcg729-deb
(obsolete) Debian/Ubuntu package for the Bcg729 G.729 codec library
Stars: ✭ 14 (+0%)
Mutual labels:  debian-packages
rust-ts3plugin
Rust bindings to easily create a TeamSpeak3 plugin
Stars: ✭ 13 (-7.14%)
Mutual labels:  teamspeak

TeamSpeak3-Client

TeamSpeak3 Client package for Debian/Ubuntu

Tested and working on Ubuntu 19.10

Forked from https://github.com/Dh0mp5eur/TeamSpeak3-Client

Install on Debian/Ubuntu

Repository

$ sudo curl -SsL -o /etc/apt/sources.list.d/tmiland.list https://deb.tmiland.com/debian/tmiland.list
$ curl -SsL https://deb.tmiland.com/debian/KEY.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/tmiland.gpg >/dev/null
$ sudo apt update
$ sudo apt install teamspeak3-client

Make sure you have the "menu" package:

$ sudo apt-get install menu

Manual install

Installing TeamSpeak on Debian is very tedious, as there are no repositories or even native Deb packages users can download. Instead, if you want an installable TeamSpeak 3 client, you’ll need to build the package yourself. To start the build process, open up a terminal and install the Git tool.

$ sudo apt-get install git

Using git, grab the latest code for the TeamSpeak 3 client package builder:

$ git clone https://github.com/tmiland/TeamSpeak3-Client.git

CD into the newly cloned git folder, and execute the build tool to generate a new package.

$ cd TeamSpeak3-Client
$ ./package.sh

Package.sh will build a DEB package according to your Architecture Type.

Use the dpkg command in terminal:

sudo dpkg -i teamspeak3-client_amd64.deb

or

sudo dpkg -i teamspeak3-client_i386.deb

Uninstall the TeamSpeak 3 client from Debian with:

sudo apt-get remove teamspeak3-client

If you're having dependency issues, run:

sudo aptitude install libc++1 libc++abi1 libqt5sql5 libqt5sql5-sqlite libsrtp0

Alternatively download deb packages here: https://github.com/tmiland/TeamSpeak3-Client/releases

Install instructions from: https://www.addictivetips.com/ubuntu-linux-tips/install-the-teamspeak-client-on-linux/

Package can be upgrade by a simple command

grep -rl '3.3.2' * | xargs sed -i 's/3.3.2/3.5.6/g'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].