{"id":1434,"date":"2021-12-16T13:52:01","date_gmt":"2021-12-16T10:52:01","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/07\/18\/how-to-install-sublime-merge-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/07\/18\/how-to-install-sublime-merge-on-linux\/"},"modified":"2021-12-16T13:52:01","modified_gmt":"2021-12-16T10:52:01","slug":"how-to-install-sublime-merge-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1434-how-to-install-sublime-merge-on-linux\/","title":{"rendered":"How to install Sublime Merge on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Sublime Merge is a cross-platform Git client developed on the same platform as Sublime Text. It comes with excellent features such as a three-way merging tool, side-by-side diffs, and a powerful search function. In this guide, we\u2019ll show you how to set up the software on Linux.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-405745 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux.png\" alt=\"Sublime Merge on Linux\" width=\"1200\" height=\"582\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux-1.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux-2.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux-3.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Ubuntu\/Debian installation instructions<\/h2>\n<p>To install Sublime Merge on Ubuntu Linux, you\u2019ll first need to download the Sublime Merge GPG key to your system. To do that, start by opening up a terminal window by pressing\u00a0<strong>Ctrl + Alt\u00a0 + T\u00a0<\/strong>on the keyboard or search for a terminal window in the app menu.<\/p>\n<p>Note: if you use Debian Linux, these instructions will work as well. Additionally, if you use an operating system based on Ubuntu or Debian, you\u2019ll be able to install Sublime Merge with these instructions too.<\/p>\n<p>When the terminal window is open and ready to use, execute the\u00a0<strong>wget\u00a0<\/strong>command below to download the latest GPG key.\u00a0<\/p>\n<pre>\nwget https:\/\/download.sublimetext.com\/sublimehq-pub.gpg\n<\/pre>\n<p>After downloading the key to your Ubuntu system, you\u2019ll need to install it using the\u00a0<strong>apt-key add\u00a0<\/strong>command. This command will register the key to your system.<\/p>\n<pre>\nsudo apt-key add sublimehq-pub.gpg\n<\/pre>\n<p>Now that the key is added to your Ubuntu system, you will need to install the \u201capt-transport-https\u201d package. This package enables Ubuntu to install software through HTTPS sources, which it usually is not able to.<\/p>\n<pre>\nsudo apt install apt-transport-https\n<\/pre>\n<p>With the new package configured on your system, you\u2019ll need to add the software repo to Ubuntu. You can choose either \u201cStable\u201d or \u201cDev.\u201d<\/p>\n<p>To add the \u201cStable\u201d repository, execute the following\u00a0<strong>echo\u00a0<\/strong>command.<\/p>\n<pre>\necho \"deb https:\/\/download.sublimetext.com\/ apt\/stable\/\" | sudo tee \/etc\/apt\/sources.list.d\/sublime-text.list\n<\/pre>\n<p>Alternatively, add in the \u201cDev\u201d software repository and add in this <strong>echo\u00a0<\/strong>command down below.<\/p>\n<pre>\necho \"deb https:\/\/download.sublimetext.com\/ apt\/dev\/\" | sudo tee \/etc\/apt\/sources.list.d\/sublime-text.list\n<\/pre>\n<p>When you\u2019ve added your software repository, you\u2019ll need to run the\u00a0<strong>apt update\u00a0<\/strong>command. This command will refresh your software sources so that Sublime Merge can be installed.<\/p>\n<pre>\nsudo apt update\n<\/pre>\n<p>With everything up to date, you\u2019ll be able to install Sublime Merge on Ubuntu using the\u00a0<strong>apt install\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo apt install sublime-merge\n<\/pre>\n<h2>Arch Linux installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-405746 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux.jpg\" alt=\"\" width=\"1201\" height=\"562\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux.jpg 1201w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux-1.jpg 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux-2.jpg 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux-3.jpg 768w\" sizes=\"(max-width: 1201px) 100vw, 1201px\"\/><\/p>\n<p>Sublime Merge is installable on Arch Linux through the AUR, as well as the official app website. That being said, the AUR installation is much faster, so we\u2019ll cover that in these instructions.<\/p>\n<p>To start the installation, open up a terminal window on the Linux desktop. When the terminal window is open, use the\u00a0<strong>pacman\u00a0<\/strong>command to install both the \u201cGit\u201d and the \u201cBase-devel\u201d packages.<\/p>\n<pre>\nsudo pacman -S git base-devel\n<\/pre>\n<p>When the two packages are installed, you will need to install the Trizen AUR helper tool. To do that, enter the commands below in succession. Trizen makes installing Sublime Helper much quicker and easier than by hand.<\/p>\n<pre>\ngit clone https:\/\/aur.archlinux.org\/trizen.git\ncd trizen\nmakepkg -sri\n<\/pre>\n<p>When Trizen is installed, use the\u00a0<strong>trizen -S\u00a0<\/strong>command to set up the Sublime Merge application on your Arch system.<\/p>\n<pre>\ntrizen -S sublime-merge\n<\/pre>\n<h2>Fedora installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-405745 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux.png\" alt=\"\" width=\"1200\" height=\"582\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux-1.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux-2.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-sublime-merge-on-linux-3.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>To install the Sublime Merge application in Fedora Linux, you need to start by importing the GPG key into the system. To do this, use the following\u00a0<strong>rpm\u00a0<\/strong>key in the terminal window.<\/p>\n<pre>\nsudo rpm -v --import https:\/\/download.sublimetext.com\/sublimehq-rpm-pub.gpg\n<\/pre>\n<p>After importing the GPG key into your Fedora system, you need to set up the Sublime Merge software repository. Again, you can choose from either the \u201cStable\u201d repo or the \u201cDev\u201d repo.<\/p>\n<p>To enable the \u201cStable\u201d Sublime Merge software repository on Fedora, enter the following\u00a0<strong>dnf config-manager\u00a0<\/strong>command down below.<\/p>\n<pre>\nsudo dnf config-manager --add-repo https:\/\/download.sublimetext.com\/rpm\/stable\/x86_64\/sublime-text.repo\n<\/pre>\n<p>Alternatively, if you prefer to install the \u201cDev\u201d software repository on Fedora, enter the following\u00a0<strong>dnf config-manager\u00a0<\/strong>command down below.<\/p>\n<pre>\nsudo dnf config-manager --add-repo https:\/\/download.sublimetext.com\/rpm\/dev\/x86_64\/sublime-text.repo\n<\/pre>\n<p>Now that the software repository is set up on your computer, you can install Sublime Merge using the following\u00a0<strong>dnf install\u00a0<\/strong>command down below.<\/p>\n<pre>\nsudo dnf install sublime-merge\n<\/pre>\n<h2>OpenSUSE installation instructions<\/h2>\n<p>To get Sublime Merge up and running on OpenSUSE Linux, you first need to import the GPG key file into your system. To do that, execute the following\u00a0<strong>rpm\u00a0<\/strong>command down below.<\/p>\n<pre>\nsudo rpm -v --import https:\/\/download.sublimetext.com\/sublimehq-rpm-pub.gpg\n<\/pre>\n<p>After you\u2019ve set up the GPG key for Sublime Merge, you\u2019ll need to add the software repository to OpenSUSE so that the software can be installed. To do this, enter one of the commands below.<\/p>\n<p>If you\u2019d like to use the \u201cStable\u201d release of Sublime Merge, enter the \u201cStable\u201d repo command below.<\/p>\n<pre>\nsudo zypper addrepo -g -f https:\/\/download.sublimetext.com\/rpm\/stable\/x86_64\/sublime-text.repo\n<\/pre>\n<p>On the other hand, if you prefer the \u201cDev\u201d release of Sublime Merge, enter the following \u201cDev\u201d repo command below.<\/p>\n<pre>\nsudo zypper addrepo -g -f https:\/\/download.sublimetext.com\/rpm\/dev\/x86_64\/sublime-text.repo\n<\/pre>\n<p>Finally, when the software repository is set up, you can install Sublime Merge with the following\u00a0<strong>zypper install\u00a0<\/strong>command down below.<\/p>\n<pre>\nsudo zypper install sublime-merge\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Sublime Merge is a cross-platform Git client developed on the same platform as Sublime Text. It comes with excellent features such as a three-way merging tool, side-by-side diffs, and a powerful search function. In this guide, we\u2019ll show you how to set up the software on Linux. Ubuntu\/Debian installation instructions To install Sublime &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1435,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1434"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1434"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1434\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1435"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1434"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1434"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1434"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}