{"id":15223,"date":"2022-02-15T08:51:17","date_gmt":"2022-02-15T08:51:17","guid":{"rendered":"https:\/\/linuxways.net\/?p=15223"},"modified":"2022-02-15T08:51:17","modified_gmt":"2022-02-15T08:51:17","slug":"how-to-install-sublime-text-3-on-debian-11","status":"publish","type":"post","link":"https:\/\/linuxways.net\/de\/debian\/how-to-install-sublime-text-3-on-debian-11\/","title":{"rendered":"How to Install Sublime Text 3 on Debian 11\u00a0"},"content":{"rendered":"<p>Sublime text is cross-platform, a sophisticated text editor for writing code, prose,\u00a0and markup languages. It is written in C++ and python. The sublime text editor supports various programming and markup languages. It is typically community-built and comes with many advanced features such as pane management and symbol indexing. It allows individuals and programmers to expand its functionality by using different plugins.<\/p>\n<p>In this guide, we will demonstrate how to install <a href=\"https:\/\/www.sublimetext.com\/\">sublime text 3 <\/a>on Debian 11 bullseye distribution by using the command line method.\u00a0You can also install sublime text editor on <a href=\"https:\/\/linuxways.net\/de\/centos\/how-to-install-sublime-text-editor-on-centos-8\/\">CentOS 8<\/a> and <a href=\"https:\/\/linuxways.net\/de\/ubuntu\/how-to-install-the-latest-sublime-text-editor-on-ubuntu-20-04-lts\/\">Ubuntu<\/a> distribution.<\/p>\n<h2>Prerequisites<\/h2>\n<ul>\n<li>Debian 11 distribution should be installed on your system.<\/li>\n<li>Sudo or root privileges should be required to run the installation of sublime text 3.<\/li>\n<\/ul>\n<h2>Installation of Sublime Text 3 on Debian 11 bullseye distribution<\/h2>\n<p>The installation of sublime text 3 on the Debian 11 system completes into the following steps:<\/p>\n<h3>Step 1: Update the Debian system<\/h3>\n<p>First, update and upgrade the repository index by using the below-mentioned commands:<\/p>\n<pre>$ sudo apt update<\/pre>\n<pre>$ sudo apt upgrade<\/pre>\n<h3>Step 2: Add Sublime Text repository on Debian 11<\/h3>\n<p>You can download sublime text 3 directly from the <a href=\"https:\/\/www.sublimetext.com\/download\">official sublime text download page<\/a> and then install the binary file on your Debian system. Alternatively, you can use the below-mentioned method to install sublime text 3 on Debian 11 system.<\/p>\n<p>Start downloading the Sublime text repository\u2019s GPG key to your Debian system by using the `wget` command:<\/p>\n<pre>$ wget -qO - https:\/\/download.sublimetext.com\/sublimehq-pub.gpg | sudo apt-key add -<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"792\" height=\"134\" class=\"wp-image-15224\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-419.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-419.png 792w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-419-300x51.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-419-768x130.png 768w\" sizes=\"auto, (max-width: 792px) 100vw, 792px\" \/><\/p>\n<p>Once the GPG key is downloaded to your system, include the sublime text repository by using the following command:<\/p>\n<pre>$ echo \"deb https:\/\/download.sublimetext.com\/ apt\/stable\/\" | sudo tee \/etc\/apt\/sources.list.d\/sublime-text.list<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"792\" height=\"85\" class=\"wp-image-15225\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-420.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-420.png 792w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-420-300x32.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-420-768x82.png 768w\" sizes=\"auto, (max-width: 792px) 100vw, 792px\" \/><\/p>\n<p>Once the sublime text repository is included in your Debian system, update the packages index.<\/p>\n<pre>$ sudo apt update<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"795\" height=\"418\" class=\"wp-image-15226\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-421.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-421.png 795w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-421-300x158.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-421-768x404.png 768w\" sizes=\"auto, (max-width: 795px) 100vw, 795px\" \/><\/p>\n<h3>Step 3: Install Sublime Text 3 on Debian 11<\/h3>\n<p>Now, install the sublime text 3 on Debian 11 bullseye distribution by using the below-mentioned command:<\/p>\n<pre>$ sudo apt-get install sublime-text<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"790\" height=\"375\" class=\"wp-image-15227\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-422.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-422.png 790w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-422-300x142.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-422-768x365.png 768w\" sizes=\"auto, (max-width: 790px) 100vw, 790px\" \/><\/p>\n<p>The installation will take a few seconds to complete on your system. After that, you can launch and use sublime text 3 on your Debian system.<\/p>\n<h3>Step 4: Launch Sublime text 3<\/h3>\n<p>You can launch the Sublime text 3 either by using the terminal windows or by finding the sublime text icon in the application menu.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"795\" height=\"288\" class=\"wp-image-15228\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-423.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-423.png 795w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-423-300x109.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-423-768x278.png 768w\" sizes=\"auto, (max-width: 795px) 100vw, 795px\" \/><\/p>\n<p>Click on the displaying icon to launch the sublime text 3 on Debian 11 system.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"795\" height=\"573\" class=\"wp-image-15229\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-424.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-424.png 795w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-424-300x216.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-424-768x554.png 768w\" sizes=\"auto, (max-width: 795px) 100vw, 795px\" \/><\/p>\n<h2>Uninstall Sublime Text from Debian 11 system<\/h2>\n<p>If you don\u2019t need to use sublime text 3 on your debian system further, you can uninstall it by using the following commands:<\/p>\n<pre>$ sudo apt remove sublime-text<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"293\" class=\"wp-image-15230\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-425.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-425.png 793w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-425-300x111.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-425-768x284.png 768w\" sizes=\"auto, (max-width: 793px) 100vw, 793px\" \/><\/p>\n<p>You need to remove the added sublime text repository from your system by running the below-mentioned command:<\/p>\n<pre>$ sudo rm \/etc\/apt\/sources.list.d\/sublime-text.list<\/pre>\n<p>The uninstallation process is completed. Now, the Sublime text is not available on your system.<\/p>\n<h2>Conclusion<\/h2>\n<p>We installed sublime text 3 on Debian 11 bullseye distribution in this article. The installation of sublime text editor is very simple. Therefore, you can also install it on your system by executing the above-mentioned steps. We also discuss in this guide how to remove the sublime text editor from the Debian 11 system by executing a few commands.<\/p>","protected":false},"excerpt":{"rendered":"<p>Sublime text is cross-platform, a sophisticated text editor for writing code, prose,\u00a0and markup languages. It is written in C++ and python. The sublime text editor supports various programming&hellip;<\/p>","protected":false},"author":1,"featured_media":15285,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[521,62],"class_list":["post-15223","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-debian","tag-debian-11","tag-sublime-text-editor"],"_links":{"self":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/15223","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/comments?post=15223"}],"version-history":[{"count":0,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/15223\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media\/15285"}],"wp:attachment":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media?parent=15223"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/categories?post=15223"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/tags?post=15223"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}