<?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>Sublime text Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/sublime-text/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 10 Sep 2021 19:31:21 +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>Install Sublime Text on Debian 11</title>
		<link>https://www.osradar.com/install-sublime-text-editor-debian/</link>
					<comments>https://www.osradar.com/install-sublime-text-editor-debian/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 10 Sep 2021 19:35:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bullseye]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Sublime text]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[text editor]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=32123</guid>

					<description><![CDATA[<p>Although there are many advanced text editors that we can use to write our code, not all of them are that good. Today in this post, we will talk about one of the best. In this post, you will learn how to install Sublime Text on Debian 11. Sublime Text is a cross-platform code editor [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-sublime-text-editor-debian/">Install Sublime Text on Debian 11</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">Although there are many advanced text editors that we can use to write our code, not all of them are that good. Today in this post, we will talk about one of the best. In this post, you will learn how to install Sublime Text on Debian 11.</p>



<p class="has-line-data"><a href="http://www.sublimetext.com/" target="_blank" rel="noreferrer noopener">Sublime Text</a> is a cross-platform code editor that stands out for being lightweight but very modern. It is specially designed to write without distractions, that is to say, its interface and color scheme makes our attention to the code.</p>



<p class="has-line-data">Also, Sublime Text’s syntax highlighting system supports a large number of languages (C, C++, HTML, PHP, Ruby, Go, Rust, Java, Python, and many more) which allows us to use it for almost any code.</p>



<p class="has-line-data">Sublime Text supports macros, snippets, and auto-completion, among other features, but it also has support for plugins which allows for much more.</p>



<p class="has-line-data">Although it is not free, we can install it at no cost and the application does not lose any functionality. So we can use it both in learning environments as in other more professional ones.</p>



<h2 class="code-line"><a id="Install_Sublime_Text_on_Debian_11_10"></a>Install Sublime Text on Debian 11</h2>



<p class="has-line-data">There are a few different ways to install Sublime Text on Debian 11. The first is by using the official repository provided by the developers.</p>



<p class="has-line-data">So, open a terminal and update Debian 11.</p>



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



<p class="has-line-data">After that, download the GPG key from the repository for the system to recognize it as safe.</p>



<pre class="wp-block-preformatted">wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
OK</pre>



<p class="has-line-data">Next, add the Sublime Text repository to the system with the following command</p>



<pre class="wp-block-preformatted">echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
deb https://download.sublimetext.com/ apt/stable</pre>



<p class="has-line-data">As you can see we are using the stable channel. This is recommended if we don’t want to have any surprises. However, if you are very enthusiastic, you can join the dev channel by adding this repository instead of the stable one.</p>



<pre class="wp-block-preformatted">echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/sources.list.d/sublime-text.list</pre>



<p class="has-line-data">In any case, the next step is to update APT, the Ubuntu and Debian package manager.</p>



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



<p class="has-line-data">Now, install Sublime Text by running the following command</p>



<pre class="wp-block-preformatted">sudo apt-get install sublime-text
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  sublime-text
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 16.2 MB of archives.
After this operation, 49.1 MB of additional disk space will be used.</pre>



<p class="has-line-data">Then, you can run it from the main menu without any problem.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://www.osradar.com/wp-content/uploads/2021/09/2-1-1024x576.png" alt="Sublime Text on Debian 11" class="wp-image-32132" srcset="https://www.osradar.com/wp-content/uploads/2021/09/2-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/09/2-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/09/2-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/09/2-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2021/09/2-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2021/09/2-1.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Sublime Text on Debian 11</figcaption></figure>



<h3 class="code-line"><a id="Another_way_to_install_Sublime_Text_on_Debian_11_41"></a>Another way to install Sublime Text on Debian 11</h3>



<p class="has-line-data">Alternatively, you can download a precompiled binary for Linux that works on almost all distributions. To do so, go to the project’s website, and in the download section, choose the 64-bit (x86-64) portable one</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="518" src="https://www.osradar.com/wp-content/uploads/2021/09/1-1-1024x518.png" alt="Sublime Text download page" class="wp-image-32131" srcset="https://www.osradar.com/wp-content/uploads/2021/09/1-1-1024x518.png 1024w, https://www.osradar.com/wp-content/uploads/2021/09/1-1-300x152.png 300w, https://www.osradar.com/wp-content/uploads/2021/09/1-1-768x388.png 768w, https://www.osradar.com/wp-content/uploads/2021/09/1-1-696x352.png 696w, https://www.osradar.com/wp-content/uploads/2021/09/1-1-1068x540.png 1068w, https://www.osradar.com/wp-content/uploads/2021/09/1-1.png 1349w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Sublime Text download page</figcaption></figure>



<p class="has-line-data">Then a package will be downloaded and you will have to unzip it using the file browser.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://www.osradar.com/wp-content/uploads/2021/09/3-1-1024x576.png" alt="Sublime Text file and the folder generated after the decompression" class="wp-image-32133" srcset="https://www.osradar.com/wp-content/uploads/2021/09/3-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/09/3-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/09/3-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/09/3-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2021/09/3-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2021/09/3-1.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Sublime Text file and the folder generated after the decompression</figcaption></figure>



<p class="has-line-data">And finally, run it by double-clicking on the binary file named <code>sublime_text</code> and the application will start.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://www.osradar.com/wp-content/uploads/2021/09/4-1024x576.png" alt="Sublime Text files included in the portable edition" class="wp-image-32134" srcset="https://www.osradar.com/wp-content/uploads/2021/09/4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/09/4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/09/4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/09/4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2021/09/4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2021/09/4.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Sublime Text files included in the portable edition</figcaption></figure>



<h2 class="code-line"><a id="Deinstall_Sublime_Text_on_Debian_11_49"></a>Deinstall Sublime Text on Debian 11</h2>



<p class="has-line-data">If you no longer want to use Sublime Text then the best thing to do is to uninstall it.</p>



<p class="has-line-data">If you installed Sublime Text using the first method, then uninstall it by running</p>



<pre class="wp-block-preformatted">sudo apt remove sublime-text</pre>



<p class="has-line-data">And remove the added repository as well</p>



<pre class="wp-block-preformatted">sudo rm /etc/apt/sources.list.d/sublime-text.list</pre>



<p class="has-line-data">But if you installed the portable, just delete the archive and the folder that was generated after unzipping it.</p>



<p class="has-line-data">That’s enough.</p>



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



<p class="has-line-data">Sublime Text is an editor that will help us with writing code in many languages. It has a lot of interesting features and innovations that make it a vital tool for many people. In this post, you learned how to install it on Debian 11.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-sublime-text-editor-debian/">Install Sublime Text on Debian 11</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-sublime-text-editor-debian/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Sublime Text 3 on Ubuntu 20.04 / Linux Mint 20?</title>
		<link>https://www.osradar.com/install-sublime-text-ubuntu-20-04-linux-mint-20/</link>
					<comments>https://www.osradar.com/install-sublime-text-ubuntu-20-04-linux-mint-20/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 30 Sep 2020 00:43:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<category><![CDATA[Sublime text]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=23970</guid>

					<description><![CDATA[<p>Developing applications requires tools that can facilitate the process. In the web environment, Sublime Text is quite popular for being a very complete text editor with many plugins that extend its functionality even more. So, in this post, I will show you how to install Sublime Text on Ubuntu 20.04 through its official repositories. Install [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-sublime-text-ubuntu-20-04-linux-mint-20/">How to install Sublime Text 3 on Ubuntu 20.04 / Linux Mint 20?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Developing applications requires tools that can facilitate the process. In the web environment, Sublime Text is quite popular for being a very complete text editor with many plugins that extend its functionality even more. So, in this post, I will show you <strong>how to install Sublime Text on Ubuntu 20.04</strong> through its official repositories.</p>



<h2>Install Sublime Text on Ubuntu 20.04</h2>



<p><a href="https://www.sublimetext.com" target="_blank" rel="noreferrer noopener">Sublime Text</a> is a cross-platform application which makes it ideal for many developers. On the other hand in Linux, it has great support and even a repository dedicated to Ubuntu.</p>



<p>We can also run Sublime Text by downloading a binary in tarball format but although it is useful it is advisable to install it in the system. This way you can update the application via the update manager.</p>



<p>So, let&#8217;s start.</p>



<p>Open a terminal from the main menu or by pressing the keys CTRL + ALT +T</p>



<p>Once the terminal is opened, add the GPG key to the repository:</p>



<pre class="wp-block-preformatted">wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -</pre>



<p>Output:</p>



<pre class="wp-block-preformatted">OK</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="917" height="120" src="https://www.osradar.com/wp-content/uploads/2020/09/1-10.png" alt="1.- Adding the GPG key" class="wp-image-24000" srcset="https://www.osradar.com/wp-content/uploads/2020/09/1-10.png 917w, https://www.osradar.com/wp-content/uploads/2020/09/1-10-300x39.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/1-10-768x101.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/1-10-696x91.png 696w" sizes="(max-width: 917px) 100vw, 917px" /><figcaption>1.- Adding the GPG key</figcaption></figure>



<p>Then, it installs some packages needed to add and manage the repository in question.</p>



<pre class="wp-block-preformatted">sudo apt-get install apt-transport-https
Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting 'apt' instead of 'apt-transport-https'
The following additional packages will be installed:
apt-utils libapt-pkg6.0
Suggested packages:
apt-doc aptitude | synaptic | wajig dpkg-dev
The following packages will be upgraded:
apt apt-utils libapt-pkg6.0
3 upgraded, 0 newly installed, 0 to remove and 459 not upgraded.
Need to get 2336 kB of archives.
After this operation, 6144 B disk space will be freed.
Do you want to continue? [Y/n]</pre>



<p>Now we can <strong>add the Sublime Text repository</strong> to the system software sources:</p>



<pre class="wp-block-preformatted">echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list</pre>



<p>Output:</p>



<pre class="wp-block-preformatted">deb https://download.sublimetext.com/ apt/stable/</pre>



<p>The next step is to refresh the APT cache so that the <a href="https://www.osradar.com/apt-the-ubuntu-package-manager/" target="_blank" rel="noreferrer noopener">package manager</a> can now read the packages from this new repository.</p>



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



<p>With everything ready, we can<strong> install Sublime Text 3</strong> by executing this command:</p>



<pre class="wp-block-preformatted">sudo apt install sublime-text
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following NEW packages will be installed:
sublime-text
0 upgraded, 1 newly installed, 0 to remove and 459 not upgraded.
Need to get 9835 kB of archives</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="798" height="386" src="https://www.osradar.com/wp-content/uploads/2020/09/2-10.png" alt="2.- Install Sublime Text on Ubuntu 20.04" class="wp-image-24001" srcset="https://www.osradar.com/wp-content/uploads/2020/09/2-10.png 798w, https://www.osradar.com/wp-content/uploads/2020/09/2-10-300x145.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/2-10-768x371.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/2-10-696x337.png 696w" sizes="(max-width: 798px) 100vw, 798px" /><figcaption>2.- Install Sublime Text on Ubuntu 20.04</figcaption></figure>



<p>When the installation is finished, you can run it from the main menu of the distribution.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="587" src="https://www.osradar.com/wp-content/uploads/2020/09/3-4-1024x587.png" alt="3.- Sublime Text running" class="wp-image-24005" srcset="https://www.osradar.com/wp-content/uploads/2020/09/3-4-1024x587.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/3-4-300x172.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/3-4-768x440.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/3-4-696x399.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/3-4-1068x612.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/3-4.png 1296w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Sublime Text running</figcaption></figure>



<p>Remember that Sublime Text has a free license that we can always use but it is recommended to support these projects.</p>



<p>So, enjoy it. If you are a developer starting Sublime Text has the potential to help you a lot.</p>



<h2>Conclusion</h2>



<p>There are quite a few text editors nowadays, but Sublime Text is so good that together with Code they are the mandatory references in this area.</p>



<p>In case you are starting with the programming, you will find it quite useful and now you know how to install it in Ubuntu 20.04</p>



<p>So, share this post and join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">our Telegram Channel</a>. Please buy us one coffee 😉</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-sublime-text-ubuntu-20-04-linux-mint-20/">How to install Sublime Text 3 on Ubuntu 20.04 / Linux Mint 20?</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-sublime-text-ubuntu-20-04-linux-mint-20/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Sublime Text on OpenSUSE 15.2 / 15.1?</title>
		<link>https://www.osradar.com/how-to-install-sublime-text-on-opensuse/</link>
					<comments>https://www.osradar.com/how-to-install-sublime-text-on-opensuse/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 04 Sep 2020 01:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[Sublime text]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12213</guid>

					<description><![CDATA[<p>Developing an application is not easy. So today I will teach you how to install Sublime Text on OpenSUSE 15.2 / 15.1. So you will have a powerful editor ready to use. Sublime Text is well known in the world of web development. It is a powerful text editor that is widely used to develop [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-sublime-text-on-opensuse/">How to install Sublime Text on OpenSUSE 15.2 / 15.1?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Developing an application is not easy. So today I will teach you how to install Sublime Text on <a href="https://www.osradar.com/how-to-install-opensuse-15-1/" target="_blank" rel="noopener noreferrer">OpenSUSE</a> 15.2 / 15.1. So you will have a powerful editor ready to use.</p>
<p><a href="https://www.sublimetext.com/" target="_blank" rel="noopener noreferrer">Sublime Text</a> is well known in the world of web development. It is a powerful text editor that is widely used to develop applications in many languages. However, its main strength is in the web environment where it shows its main strength. On the other hand, it is a fairly lightweight, customizable, and extensible editor. It has everything you need to make coding a faster process like syntax highlighting, multiple selections, and a command palette.</p>
<p>Therefore, many users need to install it on their main Linux distribution. In this case, OpenSUSE 15.2 / 15.1 is one of the safest options to start developing any application.</p>
<h2>Install Sublime Text on OpenSUSE 15.2 / 15.1</h2>
<p>Sublime Text is an application that is cross-platform. That is to say, not only we will be able to install it in many Linux distributions but also in Windows or macOS. Then it is an application that is available to many people thus strengthening community support. In the same way, Sublime Text has its own repository for OpenSUSE to keep up to date.</p>
<p>So the first step is to open a terminal and add the GPG key for the repository.</p>
<pre>:~$ sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg</pre>
<p>Then, once we have done the previous thing, it is necessary to choose the software channel that we deem to use. There is the Dev version where the latest version in development is hosted. It is new but can be unstable. On the other hand, the Stable channel provides only versions that are considered stable by the development team. It is the most sensible decision, so we will use this one.</p>
<pre>:~$ sudo zypper addrepo -g -f https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
Adding repository 'Sublime Text - x86_64 - Stable' .......................................................................................................................................[done]
Repository 'Sublime Text - x86_64 - Stable' successfully added

URI         : https://download.sublimetext.com/rpm/stable/x86_64
Enabled     : Yes                                               
GPG Check   : Yes                                               
Autorefresh : Yes                                               
Priority    : 99 (default priority)                             
</pre>
<p>Then you can install Sublime Text on OpenSUSE 15.2 / 15.1.</p>
<pre>:~$ sudo zypper install sublime-text</pre>
<p>Now, you can launch from the main menu.</p>
<p><figure id="attachment_12295" aria-describedby="caption-attachment-12295" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-12295 size-full" src="https://www.osradar.com/wp-content/uploads/2019/05/1-13.png" alt="1.- Install Sublime Text on OpenSUSE 15.2 / 15.1" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/05/1-13.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/1-13-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/1-13-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/1-13-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/1-13-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/1-13-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/1-13-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12295" class="wp-caption-text">1.- Install Sublime Text on OpenSUSE 15.2 / 15.1</figcaption></figure></p>
<p>So, enjoy it. Remember that Sublime Text has a brother who takes care of GIT. So, you can read our post about Sublime Merge.</p>
<p><a href="https://www.osradar.com/sublime-merge-a-nice-git-client-for-linux/" target="_blank" rel="noopener noreferrer">Sublime Merge a nice GIT client.</a></p>
<p>And that is it.</p>
<h2>Conclusion</h2>
<p>If you develop for the web, it is very likely that you need Sublime Text. It&#8217;s a pretty good and fast text editor. Especially in computers not so good that you need to optimize resources.</p>
<p>Have you used it? what did you think of the post? let us know in the comments.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-sublime-text-on-opensuse/">How to install Sublime Text on OpenSUSE 15.2 / 15.1?</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-sublime-text-on-opensuse/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
