<?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>zeal Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/zeal/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:23 +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>Zeal – The Best Documentation Browser for Programmers</title>
		<link>https://www.osradar.com/zeal-the-best-documentation-browser-for-programmers/</link>
					<comments>https://www.osradar.com/zeal-the-best-documentation-browser-for-programmers/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Mon, 02 Apr 2018 07:28:43 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[offline documentation]]></category>
		<category><![CDATA[zeal]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2355</guid>

					<description><![CDATA[<p>If you’re a developer, you already know how much deep this can go. There are hundreds of things to understand and apply in every program you design, every program you write. In the case of programming languages, things become even more interesting and crazy. If you’ve learned 2 or more programming languages, then this is [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/zeal-the-best-documentation-browser-for-programmers/">Zeal – The Best Documentation Browser for Programmers</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 developer, you already know how much deep this can go. There are hundreds of things to understand and apply in every program you design, every program you write. In the case of programming languages, things become even more interesting and crazy. If you’ve learned 2 or more programming languages, then this is like hell. All the methods described in different places get jumbled in your head, right? Well, Zeal is the perfect solution for your headache. It&#8217;s a powerful documentation browser for programmers.</p>
<p>Zeal is an awesome software that has a big collection of references, examples, and explanations from 192 programming languages, including all the popular and unpopular ones at the same spot. For programmers, this is the biggest help they could ever imagine. Once you learn, your brain tends to mix up things, make mistakes or even forget important elements. With the help of Zeal, you can easily keep learning without a headache.</p>
<p>Zeal comes up with a rich collection of lots of programming languages. All the documentation are offline, so you don’t have to worry about the internet. <a href="https://zealdocs.org/">Check out all the list of all the supported languages</a>.</p>
<h3>How to get Zeal</h3>
<p>Zeal is available for both Windows and Linux platform. For Windows users, Zeal provides an installable MSI edition. <a href="https://zealdocs.org/download.html#windows">Download Zeal for Windows</a>.</p>
<p>If you’re a Linux user, then installing Zeal is also quite easy. Just follow the step(s) depending on your Linux distro and Zeal will be available in your system.</p>
<ul>
<li>
<h4>Debian, Ubuntu &amp; (Debian + Ubuntu)-based</h4>
</li>
</ul>
<p>In the terminal, run the following command:</p>
<pre class="lang:default decode:true ">$ sudo apt-get install zeal</pre>
<p><img loading="lazy" class="size-full wp-image-2357 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/zeal-install.png" alt="" width="1057" height="653" srcset="https://www.osradar.com/wp-content/uploads/2018/04/zeal-install.png 1057w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-install-300x185.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-install-768x474.png 768w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-install-1024x633.png 1024w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-install-356x220.png 356w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-install-696x430.png 696w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-install-680x420.png 680w" sizes="(max-width: 1057px) 100vw, 1057px" /></p>
<ul>
<li>
<h4>Arch &amp; Arch-based</h4>
</li>
</ul>
<p>If you’re running Arch Linux or other distros based on Arch, run this command:</p>
<pre class="lang:default decode:true">$ sudo pacman -S zeal</pre>
<ul>
<li>
<h4>OpenSUSE</h4>
</li>
</ul>
<p>OpenSUSE comes up in 2 different variations – Leap and Tumbleweed. Run the commands depending on your variation.</p>
<ul>
<li>
<h5>Tumbleweed</h5>
</li>
</ul>
<pre class="lang:default decode:true"># zypper addrepo https://download.opensuse.org/repositories/devel:tools/openSUSE_Tumbleweed/devel:tools.repo
# zypper refresh
# zypper install zeal</pre>
<ul>
<li>
<h5>Leap</h5>
</li>
</ul>
<pre class="lang:default decode:true"># zypper addrepo https://download.opensuse.org/repositories/devel:tools/openSUSE_Leap_42.3/devel:tools.repo
# zypper refresh
# zypper install zeal</pre>
<ul>
<li>
<h4>Fedora</h4>
</li>
</ul>
<p>If your system is running Fedora, use this command:</p>
<pre class="lang:default decode:true">$ sudo dnf install zeal</pre>
<ul>
<li>
<h4>Gentoo</h4>
</li>
</ul>
<p>Gentoo isn’t so popular, but a high-class Linux for advanced users ONLY. If you’re a Gentoo user, use this command to get Zeal in your system.</p>
<pre class="lang:default decode:true"># emerge app-doc/zeal</pre>
<ul>
<li>
<h4>FreeBSD</h4>
</li>
</ul>
<p>For FreeBSD, run this command:</p>
<pre class="lang:default decode:true"># cd /usr/ports/devel/zeal/ &amp;&amp; make install clean</pre>
<p>Else, you can directly install the Zeal binary package.</p>
<pre class="lang:default decode:true"># pkg install zeal</pre>
<h3>Usage</h3>
<p>Once the installation is complete, you can easily add all required docsets depending on your need. In order to install any docset, go to File &gt;&gt; Options &gt;&gt; “Docsets” tab. Here, you can add any documents to your collection.</p>
<p><img loading="lazy" class="size-full wp-image-2358 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/zeal-add-docsets.png" alt="" width="1050" height="608" srcset="https://www.osradar.com/wp-content/uploads/2018/04/zeal-add-docsets.png 1050w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-add-docsets-300x174.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-add-docsets-768x445.png 768w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-add-docsets-1024x593.png 1024w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-add-docsets-696x403.png 696w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-add-docsets-725x420.png 725w" sizes="(max-width: 1050px) 100vw, 1050px" /></p>
<p>Once the download is complete, it’ll be available on the left panel of the main window. Just browse through the tree to learn whatever you want to.</p>
<p><img loading="lazy" class="size-full wp-image-2359 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/zeal-docset-aws-javascript.png" alt="" width="1051" height="612" srcset="https://www.osradar.com/wp-content/uploads/2018/04/zeal-docset-aws-javascript.png 1051w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-docset-aws-javascript-300x175.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-docset-aws-javascript-768x447.png 768w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-docset-aws-javascript-1024x596.png 1024w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-docset-aws-javascript-696x405.png 696w, https://www.osradar.com/wp-content/uploads/2018/04/zeal-docset-aws-javascript-721x420.png 721w" sizes="(max-width: 1051px) 100vw, 1051px" /></p>
<p>Let’s start learning to code with Zeal!</p>
<p>For Linux users, the default terminal might be a terrible face, but there are some of the coolest terminal emulators available to put the scaring face away. <a href="https://www.osradar.com/the-best-terminal-emulators-for-linux/">Check out the best terminal emulators for Linux</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/zeal-the-best-documentation-browser-for-programmers/">Zeal – The Best Documentation Browser for Programmers</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/zeal-the-best-documentation-browser-for-programmers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
