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»IDE»How to Install Sublime Text on Ubuntu 20.04

    How to Install Sublime Text on Ubuntu 20.04

    RahulBy RahulAugust 19, 20202 Mins Read

    Sublime is an powerful text editor supports multiple programming language. It is an popular text editor between the developers. In this tutorial, you will find 2 methods of installing Sublime text editor on Ubuntu 20.04 system. The first method uses Snapd package manager and another method uses official PPA for the packages installation. Its your choice to select a method of Sublime installation on 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 default available for this operating system.

    To install Sublime-text latest version, type:

    sudo snap install sublime-text --classic 
    

    This will take a few moment 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 in 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 
    

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

    sudo apt update 
    sudo apt install sublime-text 
    

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

    Access Sublime Editor on Ubuntu

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

    Launch sublime text on Ubuntu 20.04

    Click on Sublime icon to launch application.

    Installing Sublime text on Ubuntu 20.04

    Conclusion

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

    editor sublime text editor
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow To Install Memcached on Ubuntu 20.04
    Next Article Create A Infinite Loop in Shell Script

    Related Posts

    10 Best Open Source Linux Code Editors

    Updated:September 24, 20216 Mins Read

    How to Install NetBeans IDE 12 on Fedora 35/34

    Updated:May 16, 20224 Mins Read

    How to Install Latest Vim Editor in Linux

    2 Mins Read

    How To Save a File in Vi / Vim and Quit Editor

    Updated:August 20, 20214 Mins Read

    How to Install NetBeans on Ubuntu 20.04

    Updated:June 16, 20212 Mins Read

    How To Install Notepad++ on Fedora 35/34

    Updated:February 15, 20222 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Enable / disable Firewall in Windows
    • How to Install JAVA on Ubuntu 22.04
    • Switching Display Manager in Ubuntu – GDM, LightDM & SDDM
    • Changing the Login Screen Background in Ubuntu 22.04 & 20.04
    • How To Install PHP (8.1, 7.4 or 5.6) on Ubuntu 22.04
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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