Giter VIP home page Giter VIP logo

teamspeak3-client's Introduction

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

$ echo "deb https://deb.tmiland.com/debian stable main" | sudo tee /etc/apt/sources.list.d/tmiland.list
$ sudo apt-key adv --keyserver hkps://keys.openpgp.org --recv-keys A9EA5FFA30697D15
$ 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.3/g'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.