Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»IDE»How to Install Sublime Text 3 on Ubuntu 20.04

    How to Install Sublime Text 3 on Ubuntu 20.04

    By RahulMay 22, 20222 Mins Read

    Sublime is a powerful text editor that supports multiple programming languages. It is a popular text editor among developers.

    Advertisement

    In this tutorial, you will find 2 methods of installing Sublime text editor on the Ubuntu 20.04 systems. The first method uses Snapd package manager and another method uses official PPA for the package installation. It’s your choice to select a method of Sublime installation on the Ubuntu 20.04 LTS system.

    You may also like => Installing Visual Studio Code on Ubuntu 20.04

    Method 1 – Install Sublime with Snapd on Ubuntu 20.04

    The Sublime text snappy package is available for Ubuntu 20.04 system. Snapd is also the default available for this operating system.

    To install Sublime-text latest version, type:

    sudo snap install sublime-text --classic 
    

    This will take a few moments and sublime is ready to use on your system.

    Method 2 – Install Sublime with PPA on Ubuntu 20.04

    You can also use the sublime official Apt repository for the installation of Sublime on Ubuntu 20.04 systems. First, import gpg key to your system by running command:

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

    Next, add the Sublime text Apt PPA to your Ubuntu system by executing the following command:

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

    Your system is prepared for the Sublime installation from the official PPA. Now use the following commands to install Sublime text’s latest version on your Ubuntu system.

    sudo apt update 
    sudo apt install sublime-text 
    

    Once the above command is finished. Sublime will be installed on your system.

    Access Sublime Editor on Ubuntu

    You can search for “sublime” under all applications on your system. You will see the sublime icon there like below.

    Launch sublime text on Ubuntu 20.04

    Click on the Sublime icon to launch the application.

    Installing Sublime text on Ubuntu 20.04

    Conclusion

    In this tutorial, you have learned about two methods of Sublime installation on the Ubuntu 20.04 system.

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

    Related Posts

    Copy and Paste Content in Vi or Vim Editor

    How to Install VS Code on Ubuntu 22.04

    How to Install Visual Studio Code on Ubuntu 22.04

    Installing Sublime Text on Ubuntu

    How To Install Sublime on Ubuntu 22.04

    Add A Comment

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • Split Command in Linux With Examples (Split Large Files)
    • Test Your Internet Speed from the Linux Terminal
    • 11 Practical Example of cat Command in Linux
    • sleep Command in Linux with Examples
    • 20 Basic Linux Commands for the Beginners (Recommended)
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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