Archives For November 30, 1999

TeamSpeak, the number one choice VoIP communication system for Online Gaming, now is easy to install and update its Linux client via the Flatpak package in Ubuntu 18.04 and higher.

1. Open terminal either via Ctrl+Alt+T keyboard shortcut, or from application menu.

2. Paste below command and run to install flatpak framework:

sudo apt-get install flatpak

3. Add flathub repository, which hosts a large list of flatpak applications:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

4. Finally install TeamSpeak client via command:

flatpak install flathub com.teamspeak.TeamSpeak

Once installed, launch the software from application menu and enjoy!

Uninstall:

To remove the TeamSpeak flatpak package, run command in terminal:

flatpak uninstall com.teamspeak.TeamSpeak