<?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>SteamCMD Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/steamcmd/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 06 Jul 2021 17:21: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 SteamCMD on Ubuntu 20.04</title>
		<link>https://www.osradar.com/install-steamcmd-ubuntu/</link>
					<comments>https://www.osradar.com/install-steamcmd-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 09 Jul 2021 23:04:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[SteamCMD]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=31109</guid>

					<description><![CDATA[<p>Hello, fellow gamers. In this post, you will learn how to install SteamCMD on Ubuntu 20.04 quickly and easily. It will be a short post because the application is quite simple to install. SteamCMD is a terminal interface tool that allows us to create dedicated Steam platform game servers. This way we can have an [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-steamcmd-ubuntu/">How to install SteamCMD on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-line-data">Hello, fellow gamers. In this post, you will learn how to install SteamCMD on Ubuntu 20.04 quickly and easily. It will be a short post because the application is quite simple to install.</p>



<p class="has-line-data"><strong><a href="https://developer.valvesoftware.com/wiki/SteamCMD" target="_blank" rel="noreferrer noopener">SteamCMD </a>is a terminal interface tool that allows us to create dedicated Steam platform game servers.</strong> This way we can have an easy-to-use tool that allows us to personally manage some games. As an example, with SteamCMD we can create a CS:GO server, one of the most popular games nowadays.</p>



<p class="has-line-data">It is worth noting that it works with games that use a SteamPipe content system. With this in mind, we can quickly understand the usefulness of the tool.</p>



<p class="has-line-data">The installation is quite easy and quick to do so this is a short post.</p>



<h2 class="code-line"><a id="Install_SteamCMD_on_Ubuntu_2004_8"></a>Install SteamCMD on Ubuntu 20.04</h2>



<p class="has-line-data">First, open a terminal instance or connect via SSH. After that, you need to make sure your system is fully updated.</p>



<pre class="wp-block-preformatted">sudo apt update
sudo apt upgrade</pre>



<p class="has-line-data">Next, switch to the root user of the system</p>



<pre class="wp-block-preformatted">sudo -i</pre>



<p class="has-line-data">And from there create a new Steam user.</p>



<pre class="wp-block-preformatted">adduser steam</pre>



<p class="has-line-data">The above command creates a new user named <code>steam</code>. You can rename it. There you will have to provide information about the user and assign a new password.</p>



<p class="has-line-data">Next, you will need to install a package called <code>lib32gcc1</code> which is a dependency of SteamCMD.</p>



<p class="has-line-data">Fortunately, it is included in the official repositories, so to install it we just need to run it:</p>



<pre class="wp-block-preformatted">apt-get install lib32gcc1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  gcc-10-base lib32gcc-s1 libc6-i386 libgcc-s1 libstdc++6
The following NEW packages will be installed:
  lib32gcc-s1 lib32gcc1 libc6-i386
The following packages will be upgraded:
  gcc-10-base libgcc-s1 libstdc++6
3 upgraded, 3 newly installed, 0 to remove and 68 not upgraded.
Need to get 3,337 kB of archives.
After this operation, 14.9 MB of additional disk space will be used.
Do you want to continue? [Y/n]</pre>



<p class="has-line-data">Now, we need to log into the <code>steam</code> user and make it temporarily able to use <code>bash</code>.</p>



<pre class="wp-block-preformatted">su -ls /bin/bash steam</pre>



<p class="has-line-data">And from there with the help of the <code>wget</code> command download the tool.</p>



<pre class="wp-block-preformatted">wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz
--2021-07-06 17:45:35--  https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz
Resolving steamcdn-a.akamaihd.net (steamcdn-a.akamaihd.net)... 23.62.98.33, 23.62.98.82
Connecting to steamcdn-a.akamaihd.net (steamcdn-a.akamaihd.net)|23.62.98.33|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2428561 (2.3M) [application/octet-stream]
Saving to: ‘steamcmd_linux.tar.gz’

steamcmd_linux.tar.gz                     100%[=====================================================================================>]   2.32M  --.-KB/s    in 0.06s

2021-07-06 17:45:35 (39.8 MB/s) - ‘steamcmd_linux.tar.gz’ saved [2428561/2428561]</pre>



<p class="has-line-data">Now decompress it</p>



<pre class="wp-block-preformatted">tar xvf steamcmd_linux.tar.gz</pre>



<p class="has-line-data">And then you just need to run the executable file</p>



<pre class="wp-block-preformatted">./steamcmd.sh +quit</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="674" src="https://www.osradar.com/wp-content/uploads/2021/07/1-2-1024x674.png" alt="1.- Installing SteamCMD on Ubuntu 20.04" class="wp-image-31139" srcset="https://www.osradar.com/wp-content/uploads/2021/07/1-2-1024x674.png 1024w, https://www.osradar.com/wp-content/uploads/2021/07/1-2-300x197.png 300w, https://www.osradar.com/wp-content/uploads/2021/07/1-2-768x506.png 768w, https://www.osradar.com/wp-content/uploads/2021/07/1-2-696x458.png 696w, https://www.osradar.com/wp-content/uploads/2021/07/1-2-1068x703.png 1068w, https://www.osradar.com/wp-content/uploads/2021/07/1-2.png 1071w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Installing SteamCMD on Ubuntu 20.04</figcaption></figure>



<p class="has-line-data">After executing the command, the whole process of downloading the necessary packages and libraries will start.</p>



<p class="has-line-data">When you get an output screen like the following then you know that SteamCMD has been successfully installed.</p>



<h2 class="code-line"><a id="Conclusion_51"></a>Conclusion</h2>



<p class="has-line-data">Every day there is better and better support for gamers on Linux and a lot of the blame for this goes to Steam. Thanks to this kind of tool we can enjoy games on our system every day.</p>



<p class="has-line-data">So, enjoy it</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-steamcmd-ubuntu/">How to install SteamCMD on Ubuntu 20.04</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/install-steamcmd-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
