Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»Text Editor»How to Install Sublime on Debian 11/10

    How to Install Sublime on Debian 11/10

    By RahulFebruary 2, 20232 Mins Read

    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 4 and Sublime Text 3 on your Debian 11, Debian 10, and Debian 8 Linux systems using the personal package archive (PPA).

    Advertisement

    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 platform including OS X.
    • It provides functionality to find and replace with regular expressions.
    • We can make batch edits with multiple Selections.
    • … and many more

    Prerequisites

    Login to Debian system using sudo privileged user or root user to install a Sublime text editor. For remote systems login with ssh and 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 update 
    sudo apt install sublime-text 
    

    If the installer prompted for the confirmation, press ‘Y’ to continue installation.

    Using Sublime

    Search for the “Sublime” under the applications. You will see a launcher icon for the Sublime text application. Click this launch to start application.

    Installing Sublime on Debian Linux
    Launch Sublime Text on Debian

    The application will be started. Then you can open your project toolbar.

    How to Install Sublime on Debian
    Running Sublime Text on Debian

    Happy coding.

    debian sublime text editor
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    How to Save and Quit in Nano

    Getting started with Nano

    Customizing nano with nanorc file

    View 4 Comments

    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

    Advertisement
    Recent Posts
    • Setting and Getting the Default Timezone in Python
    • What is Media Access Control (MAC) Address?
    • What is Cross-Site Scripting (XSS)?
    • What is Content Security Policy (CSP)?
    • A User’s Guide to Understanding Redirection Operators in Bash
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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