{"id":15914,"date":"2022-03-09T05:12:02","date_gmt":"2022-03-09T05:12:02","guid":{"rendered":"https:\/\/linuxways.net\/?p=15914"},"modified":"2022-03-09T05:12:02","modified_gmt":"2022-03-09T05:12:02","slug":"how-to-install-teamspeak-client-on-ubuntu","status":"publish","type":"post","link":"https:\/\/linuxways.net\/de\/ubuntu\/how-to-install-teamspeak-client-on-ubuntu\/","title":{"rendered":"How to Install TeamSpeak Client on Ubuntu"},"content":{"rendered":"<p>TeamSpeak is a VoIP communication application that allows multiple users to communicate with each other using voice or text-based chat. Its main idea is to allow people to communicate on\u00a0a channel, similar to other conferencing apps like <a href=\"https:\/\/linuxways.net\/de\/ubuntu\/how-to-install-zoom-on-ubuntu-20-04-lts\/\">Zoom<\/a>, Google Meet, <a href=\"https:\/\/linuxways.net\/de\/ubuntu\/how-to-install-skype-on-ubuntu-20-04\/\">Skype<\/a>, <a href=\"https:\/\/linuxways.net\/de\/ubuntu\/how-to-install-slack-on-ubuntu-20-04\/\">Slack<\/a>, <a href=\"https:\/\/linuxways.net\/de\/ubuntu\/how-to-install-microsoft-teams-on-ubuntu-20-04-lts\/\">Microsoft Teams<\/a>, etc.<\/p>\n<p>In today\u2019s post, we will describe how to install the TeamSpeak client on Ubuntu using two different methods.<\/p>\n<h2>Method#1<\/h2>\n<p>In this method, we will install the TeamSpeak client on Ubuntu using the .run file available at the TeamSpeak official website.<\/p>\n<p>1. Open the Terminal and then execute the command below to download the TeamSpeak client for Linux:<\/p>\n<pre>$ wget <a href=\"https:\/\/files.teamspeak-services.com\/releases\/client\/3.5.6\/TeamSpeak3-Client-linux_amd64-3.5.6.run\">https:\/\/files.teamspeak-services.com\/releases\/client\/3.5.6\/TeamSpeak3-Client-linux_amd64-3.5.6.run<\/a><\/pre>\n<p>You will find the downloaded file in your current working directory as <strong>TeamSpeak3-Client-linux_amd64-3.5.6.run<\/strong>. You can also visit TeamSpeak official downloads page and download the TeamSpeak client for Linux.<\/p>\n<p>2. Execute the command below to make the downloaded file executable:<\/p>\n<pre>$ chmod u+x TeamSpeak3-Client-linux_amd64-3.5.6.run<\/pre>\n<p>3. Now install the TeamSpeak client using the command below:<\/p>\n<pre>$ .\/TeamSpeak3-Client-linux_amd64-3.5.6.run<\/pre>\n<p>After executing this command, you will be asked to view and accept the license terms. To view the license, press the <strong>Return<\/strong> key. Press <strong>q<\/strong> to exit the license view. Then to accept the license terms, press <strong>y<\/strong>. After accepting the license terms, TeamSpeak client will be installed on your system.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"773\" height=\"314\" class=\"wp-image-15915\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-18.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-18.png 773w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-18-300x122.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-18-768x312.png 768w\" sizes=\"auto, (max-width: 773px) 100vw, 773px\" \/><\/p>\n<p>4. Move the TeamSpeak directory to <strong>\/usr\/local<\/strong> directory using the command below:<\/p>\n<pre>$ sudo mv ~\/TeamSpeak3-Client-linux_amd64 \/usr\/local<\/pre>\n<p>5. Now we will need to create the TeamSpeak application shortcut. Execute the command below to create the shortcut file:<\/p>\n<pre>$ sudo nano ~\/.local\/share\/applications\/teamspeak3-client.desktop<\/pre>\n<p>Add below lines in the file:<\/p>\n<pre>[Desktop Entry]Name=Teamspeak 3 Client\r\n\r\nGenericName=Teamspeak\r\n\r\nComment=TeamSpeak\r\n\r\nExec=\/usr\/local\/TeamSpeak3-Client-linux_amd64\/ts3client_runscript.sh Terminal =&gt;\r\n\r\nX-MultipleArgs=false\r\n\r\nType=Application\r\n\r\nIcon=\/usr\/local\/TeamSpeak3-Client-linux_amd64\/styles\/default\/logo-128x128.png\r\n\r\nStartupWMClass=TeamSpeak 3\r\n\r\nStartupNotify=true<\/pre>\n<p>Save and close the file.<\/p>\n<p>6. You can also add a desktop shortcut for the TeamSpeak application by executing the command below:<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>$ cp ~\/.local\/share\/applications\/teamspeak3-client.desktop ~\/Desktop <img loading=\"lazy\" decoding=\"async\" width=\"398\" height=\"457\" class=\"wp-image-15916\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-19.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-19.png 398w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-19-261x300.png 261w\" sizes=\"auto, (max-width: 398px) 100vw, 398px\" \/><\/p>\n<p>&nbsp;<\/p>\n<h2>Method#2<\/h2>\n<p>In this method, we will install the TeamSpeak client on Ubuntu through the TeamSpeak repository.<\/p>\n<p>Add TeamSpeak repository through the below command:<\/p>\n<pre>$ sudo add-apt-repository ppa:beardoverflow\/ts3client<\/pre>\n<p>Enter sudo password.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1005\" height=\"345\" class=\"wp-image-15917\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-20.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-20.png 1005w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-20-300x103.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-20-768x264.png 768w\" sizes=\"auto, (max-width: 1005px) 100vw, 1005px\" \/><\/p>\n<p>Then you will be asked to hit <strong>Enter<\/strong> key if you want to continue adding the repository.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1018\" height=\"596\" class=\"wp-image-15918\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-21.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-21.png 1018w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-21-300x176.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-21-768x450.png 768w\" sizes=\"auto, (max-width: 1018px) 100vw, 1018px\" \/><\/p>\n<p>After the TeamSpeak repository is added, update the system&#8217;s repository database through the command below:<\/p>\n<pre>$ sudo apt update<\/pre>\n<p>Now execute the command below in order to install the TeamSpeak client on your system:<\/p>\n<pre>$ sudo apt install ts3client<\/pre>\n<p>This should install the TeamSpeak client on your system.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"729\" height=\"506\" class=\"wp-image-15919\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-22.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-22.png 729w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-22-300x208.png 300w\" sizes=\"auto, (max-width: 729px) 100vw, 729px\" \/><\/p>\n<p>After installing the TeamSpeak client, you can launch its icon from the installed applications list. Hit the super key and type <em>teamspeak<\/em> in the search box. Then click the TeamSpeak icon to launch it.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"497\" height=\"266\" class=\"wp-image-15920\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-23.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-23.png 497w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/03\/word-image-23-300x161.png 300w\" sizes=\"auto, (max-width: 497px) 100vw, 497px\" \/><\/p>\n<h2>Uninstall TeamSpeak<\/h2>\n<p>If in case you want to uninstall TeamSpeak, you can do it as follows:<\/p>\n<p>If you have installed TeamSpeak through the .run file (first method), you can uninstall it by removing the <strong>\/usr\/local\/TeamSpeak3-Client-linux_amd64<\/strong> directory.<\/p>\n<p>If you have installed TeamSpeak through repository (second method), you can uninstall it through the command below:<\/p>\n<pre>$ sudo apt remove ts3client<\/pre>\n<p>That&#8217;s how you can install the TeamSpeak client on Ubuntu OS. We have described here two different methods for the installation of the TeamSpeak client. You can also uninstall the TeamSpeak client if you no longer need it in your system.<\/p>","protected":false},"excerpt":{"rendered":"<p>TeamSpeak is a VoIP communication application that allows multiple users to communicate with each other using voice or text-based chat. Its main idea is to allow people to&hellip;<\/p>","protected":false},"author":1,"featured_media":15995,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[929,31],"class_list":["post-15914","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ubuntu","tag-teamspeak-client","tag-ubuntu"],"_links":{"self":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/15914","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/comments?post=15914"}],"version-history":[{"count":1,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/15914\/revisions"}],"predecessor-version":[{"id":15996,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/15914\/revisions\/15996"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media\/15995"}],"wp:attachment":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media?parent=15914"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/categories?post=15914"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/tags?post=15914"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}