• Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

How to Install Sublime Text 3 on Ubuntu 18.04 & 16.04

Written by Rahul, Updated on September 23, 2020

Sublime Text is a powerful text editor also available for Linux systems. It has lots of features which you must love to use. This article will help you to install Sublime Text 3 and Sublime Text 2 on Ubuntu systems using apt-get and PPA.

You may also like other powerful text editors like Atom, Visual Studio Code, Notepadqq, and Brackets for your Ubuntu systems.

Step 1 – Enable Sublime PPA

Use the sublime official Apt repository for the installation of Sublime on Ubuntu systems. First of all, you need to 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

Step 2 – Install Sublime Text on Ubuntu

Sublime text PPA is now confiured on your system. Let’s install sublime text latest version on your system by running following commands.

sudo apt update
sudo apt install sublime-text

All done. Sublime Text has been installed on your Ubuntu desktop system. Let’s start using it.

Step 3 – Launch Sublime Text Editor

Search for the Sublime application launcher under the applications. Then click on launcher icon to start the sublime application.

Install sublime on Ubuntu

Conclusion

You have successfully installed Sublime Text on Ubuntu system. Next, you can customize your editor using Sublime Text control packages.

Share it!
Share on Facebook
Share on Twitter
Share on LinkedIn
Share on Reddit
Share on Tumblr
Share on Whatsapp
Rahul
Rahul
Connect on Facebook Connect on Twitter

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

15 Comments

  1. Avatar hussein gharakhani Reply
    July 24, 2020 at 5:13 pm

    Thanks, It worked!

  2. Avatar Sanjay Reply
    January 31, 2020 at 4:53 am

    gpg: no valid OpenPGP data found.

  3. Avatar Vasconcelos Reply
    December 23, 2019 at 2:54 pm

    it’s works for me

  4. Avatar Hamm Eies Reply
    September 22, 2019 at 3:12 am

    Thak you teacher.

  5. Avatar shweta kaushik Reply
    September 5, 2019 at 3:33 pm

    thanx a lot ….. saved lots of time.

  6. Avatar Sachin Jangra Reply
    August 22, 2019 at 1:33 pm

    snap install sublime-text –classic

  7. Avatar Pedro Reply
    July 1, 2019 at 10:06 am

    I’m getting this error on the update…

    Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification.

    Thanks

  8. Avatar blueshark Reply
    June 15, 2019 at 4:32 pm

    Thanks, it really saves me time.

  9. Avatar Reka Reply
    May 19, 2019 at 9:09 am

    Thanks for sharing this!

  10. Avatar Moisés David Reply
    May 10, 2019 at 5:53 pm

    Excellent! This article helped me. Thank you!

  11. Avatar Charan Reply
    February 16, 2019 at 8:09 am

    Good. But no sintax is hightlighting, no closing tags and indentation is happeing for html

  12. Avatar Hernán Funes Reply
    January 9, 2019 at 7:02 pm

    Worked perfectly, thank you Rahul!
    Best regards from Argentina!
    Hernán

  13. Avatar Alex Reply
    September 1, 2018 at 4:17 pm

    Thanks

  14. Avatar jyothsna Reply
    May 12, 2017 at 7:24 am

    its working

  15. Avatar yogender Reply
    May 4, 2017 at 3:20 pm

    sir how to install xampp on ubntu

Leave a Reply Cancel reply

Popular Posts

  • How To Install Python 3.9 on Ubuntu 20.04 5
  • How to Install Python 3.9 on CentOS/RHEL 7 & Fedora 32/31 0
  • How To Install VNC Server on Ubuntu 20.04 1
  • How To Install NVM on macOS with Homebrew 0
  • How to Install .NET Core on Debian 10 0
© 2013-2020 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy