<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>install teamspeak Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/install-teamspeak/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:43:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to Install TeamSpeak on Linux</title>
		<link>https://www.osradar.com/how-to-install-teamspeak-on-linux/</link>
					<comments>https://www.osradar.com/how-to-install-teamspeak-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Thu, 12 Apr 2018 05:25:04 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[install teamspeak]]></category>
		<category><![CDATA[teamspeak]]></category>
		<category><![CDATA[teamspeak linux]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2473</guid>

					<description><![CDATA[<p>If you’re a gamer, you already heard about TeamSpeak, right? It’s one of the most popular platforms for video chat among gamers. The voice quality is crystal clear, endless customization options and other facilities make TeamSpeak truly the powerhouse of voice communication. For multiplayer gamers, it’s like a must-have tool at hand. TeamSpeak is easily [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-teamspeak-on-linux/">How to Install TeamSpeak on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you’re a gamer, you already heard about TeamSpeak, right? It’s one of the most popular platforms for video chat among gamers. The voice quality is crystal clear, endless customization options and other facilities make TeamSpeak truly the powerhouse of voice communication. For multiplayer gamers, it’s like a must-have tool at hand.</p>
<p>TeamSpeak is easily available on Windows platform. However, the software isn’t easily available on the Linux. Don’t worry, as it’s available on the major Linux platforms. Here’s how to install TeamSpeak on them.</p>
<ul>
<li>
<h3>Ubuntu + Ubuntu-based distros</h3>
</li>
</ul>
<p>If you’re running Ubuntu or Ubuntu-based distro, installing TeamSpeak is really easy. Just follow these simple steps.</p>
<ul>
<li>Open Terminal.</li>
<li>Add the following repository to your system.</li>
</ul>
<pre>sudo add-apt-repository ppa:materieller/teamspeak3</pre>
<p><img loading="lazy" class="alignnone size-full wp-image-2478" src="https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-add-repository.png" alt="" width="791" height="421" srcset="https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-add-repository.png 791w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-add-repository-300x160.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-add-repository-768x409.png 768w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-add-repository-696x370.png 696w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-add-repository-789x420.png 789w" sizes="(max-width: 791px) 100vw, 791px" /></p>
<ul>
<li>Run the commands:</li>
</ul>
<pre>sudo apt update
sudo apt install teamspeak3-client</pre>
<p><img loading="lazy" class="size-full wp-image-2479 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-install-client.png" alt="" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-install-client.png 1366w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-install-client-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-install-client-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-install-client-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-install-client-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-install-client-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-install-client-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-install-client-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-install-client-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /></p>
<p>Done! TeamSpeak is installed on your system. Enjoy it!</p>
<p>For uninstalling TeamSpeak, run the following command in the terminal.</p>
<pre>sudo apt remove teamspeak3-client</pre>
<ul>
<li>
<h3>Debian</h3>
</li>
</ul>
<p>Although Debian and Ubuntu are quite similar, there’s no official TeamSpeak package for Debian. For having TeamSpeak, you have to build it from the source. It’s a bit tricky but doable.</p>
<ul>
<li>First, install Git in the system.</li>
</ul>
<pre>sudo apt-get install git</pre>
<ul>
<li>Grab the latest code of TeamSpeak3 client.</li>
</ul>
<pre>git clone https://github.com/Dh0mp5eur/TeamSpeak3-Client.git</pre>
<ul>
<li>Move the working directory into the TeamSpeak folder.</li>
</ul>
<pre>cd TeamSpeak3-Client</pre>
<ul>
<li>Start building the package.</li>
</ul>
<pre>sh package.sh</pre>
<p>Note that there will be 2 DEB packages – for 32-bit and 64-bit. Install the one you need. Run the following command:</p>
<pre>sudo dpkg -i teamspeak3-client_amd64.deb [For Debian 64-bit]
sudo dpkg -i teamspeak3-client_i386.deb  [For Debian 32-bit]</pre>
<p>For uninstalling TeamSpeak3, use this command:</p>
<pre>sudo apt-get remove teamspeak3-client</pre>
<ul>
<li>
<h3>Arch Linux</h3>
</li>
</ul>
<p>TeamSpeak is in the Arch repository by default. Run the command in terminal:</p>
<pre>sudo pacman -S teamspeak3</pre>
<ul>
<li>
<h3>OpenSUSE</h3>
</li>
</ul>
<p>TeamSpeak is already available in the OpenSUSE software collection. However, it’s only for OpenSUSE Leap 42.3 edition (currently).</p>
<ul>
<li>Go to <a href="https://software.opensuse.org/package/teamspeak3-client">OpenSUSE TeamSpeak</a> page.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-2475 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/opensuse-teamspeak-page.png" alt="" width="949" height="599" srcset="https://www.osradar.com/wp-content/uploads/2018/04/opensuse-teamspeak-page.png 949w, https://www.osradar.com/wp-content/uploads/2018/04/opensuse-teamspeak-page-300x189.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/opensuse-teamspeak-page-768x485.png 768w, https://www.osradar.com/wp-content/uploads/2018/04/opensuse-teamspeak-page-696x439.png 696w, https://www.osradar.com/wp-content/uploads/2018/04/opensuse-teamspeak-page-665x420.png 665w" sizes="(max-width: 949px) 100vw, 949px" /></p>
<ul>
<li>Click on “Show community packages”.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-2476 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/opensuse-download-teamspeak.png" alt="" width="901" height="186" srcset="https://www.osradar.com/wp-content/uploads/2018/04/opensuse-download-teamspeak.png 901w, https://www.osradar.com/wp-content/uploads/2018/04/opensuse-download-teamspeak-300x62.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/opensuse-download-teamspeak-768x159.png 768w, https://www.osradar.com/wp-content/uploads/2018/04/opensuse-download-teamspeak-696x144.png 696w" sizes="(max-width: 901px) 100vw, 901px" /></p>
<ul>
<li>Click on “1 Click Install”.</li>
</ul>
<ul>
<li>
<h3>Other Linux distros</h3>
</li>
</ul>
<p>If your distro wasn’t stated above, you have to follow the alternate method. Note that this method also works on all Linux distros.</p>
<ul>
<li><a href="https://www.teamspeak.com/en/downloads">Go to TeamSpeak Downloads page</a>.</li>
<li>Look for Linux section.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-2474 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-run-file.png" alt="" width="1135" height="241" srcset="https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-run-file.png 1135w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-run-file-300x64.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-run-file-768x163.png 768w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-run-file-1024x217.png 1024w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-run-file-696x148.png 696w, https://www.osradar.com/wp-content/uploads/2018/04/teamspeak-run-file-1068x227.png 1068w" sizes="(max-width: 1135px) 100vw, 1135px" /></p>
<ul>
<li>Download the appropriate .RUN file.</li>
<li>Change the working directory.</li>
</ul>
<pre>cd ~/Downloads</pre>
<ul>
<li>Update the file permission.</li>
</ul>
<pre>sudo chmod +x TeamSpeak3-Client-linux_amd64-3.1.8.run</pre>
<ul>
<li>Start the installation:</li>
</ul>
<pre> sh TeamSpeak3-Client-linux_amd64-3.1.8.run</pre>
<p>Now, follow the on-screen instructions to complete the process.</p>
<p>Enjoy a full team collaboration with TeamSpeak!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-teamspeak-on-linux/">How to Install TeamSpeak on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-teamspeak-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
