Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Text Editor»How to Install Sublime Text Editor on Debian 10/9/8

    How to Install Sublime Text Editor on Debian 10/9/8

    RahulBy RahulJune 6, 20182 Mins ReadUpdated:June 4, 2019

    Sublime Text is a powerful text editor also available for Linux systems. It has lots of features which you must love to use. This tutorial will help you with installing Sublime Text 2 and Sublime Text 3 on your Debian 9 and Debian 8 systems using apt-get.

    You may also like other powerful text editors like Atom, Visual Studio Code, Notepadqq, and Brackets for you Debian based systems.

    Below is some listed available features in Sublime text. You can also visit sublime text website for more details.

    • Editing files side by side.
    • Sublime Text is available for various plateform including OS X.
    • It provides functionality to find and replace with regular expressions.
    • We can make batch edits with multiple Selections.
    • … and many more

    Prerequsities

    Login to Debian system using sudo privileged user or root user to install a Sublime text editor. For remote systems login with ssh.

    ssh [email protected]
    

    Then install or update the following package on your system.

    sudo apt install apt-transport-https
    

    Install Sublime on Debian

    Use the sublime official Apt repository for the installation on Ubuntu, Debian and Linuxmint systems. First import gpg key on your system.

    wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
    

    Now, add the Sublime text apt PPA in your system using the following command.

    echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
    

    Let’s install sublime text latest version on your system.

    sudo apt-get update
    sudo apt-get install sublime-text
    

    Access Sublime Text Editor

    Use system navigation menubar to access Sublime Text editor.

    Install sublime text editor on debian

    Happy coding.

    debian sublime text editor
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Mount a Samba Share on Ubuntu and Debian
    Next Article How to Install Apache Solr 9.0 on Debian 11/10

    Related Posts

    Setup Selenium with Python and Chrome on Ubuntu & Debian

    Updated:June 20, 20224 Mins Read

    How to Setup Squid Proxy Server on Ubuntu and Debian

    Updated:June 17, 20225 Mins Read

    How to Install Visual Studio Code on Ubuntu 22.04

    Updated:May 23, 20224 Mins Read

    How to Install Sublime Text 4 on Ubuntu 22.04

    2 Mins Read

    How To Install Oracle VirtualBox on Debian 11

    2 Mins Read

    Top 5 Most Stable Linux Distributions in 2022

    Updated:January 11, 20226 Mins Read

    4 Comments

    1. hstqlz on November 1, 2019 6:29 pm

      Worked thanks (coming from Ubuntu :P)

      Reply
    2. Vadim on June 4, 2019 8:08 am

      Can i call sublime from bash?

      Reply
    3. Konstantin on January 3, 2019 8:33 am

      Thank you very much

      Reply
    4. Gabriel on December 7, 2018 1:29 am

      Tks,

      https://wiki.debian.org/SublimeText help me 2
      I need to run > sudo apt install apt-transport-https

      Reply

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Install Ionic Framework on Ubuntu 22.04
    • What is the /etc/hosts file in Linux
    • How to Install Angular CLI on Ubuntu 22.04
    • How to Install Composer on Ubuntu 22.04
    • How to Create DMARC Record For Your Domain
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.