<?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>DUB &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/dub/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Mon, 20 Jan 2020 09:14:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.13</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>DUB &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Install DUB on Ubuntu 18.04</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-dub-on-ubuntu-18-04/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-dub-on-ubuntu-18-04/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 20 Jan 2020 09:14:56 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=1251</guid>

					<description><![CDATA[The DUB package manager used for D simplifies the job while making it easy to build applications. All dependencies can be found here. For installation you will need: VPS with the Ubuntu Operating System 18.04 and basic knowledge of D. Download DUB To download DUB you need to run the [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>The DUB package manager used for D simplifies the job while making it easy to build applications. All dependencies can be found <strong><a href="http://code.dlang.org/">here</a></strong>. For installation you will need: VPS with the Ubuntu Operating System 18.04 and basic knowledge of D.</p>



<h2 id="download-dub" >Download DUB</h2>



<p>To download DUB you need to run the following:</p>



<pre class="wp-block-code"><code>wget http://code.dlang.org/files/dub-0.9.22-linux-x86_64.tar.gz</code></pre>



<p>Next, you need to extract the downloaded and install it by running the following commands:</p>



<pre class="wp-block-code"><code>tar xvf dub-0.9.22-linux-x86_64.tar.gz
mv dub /usr/local/bin</code></pre>



<p>This will install the <strong>DUB</strong> in the system, making it available for use in your <strong>PATH</strong> variable. You should get a message saying that you can go to the cd directory in test and run dub. The message will look like this<strong>: &#8220;Successfully created an empty project in&#8221;</strong>. You can check out the official DUB docs to learn more about how you can customize your dependencies and your project the way you want to customize it.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-dub-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>463</slash:comments>
		
		
			</item>
	</channel>
</rss>
