Sublime Text for Linux

Share
  • Post Updated: April 4, 2024
Sublime Text official logoSublime Text on Linux

Hello everyone, you can download Sublime Text for Ubuntu and Linux to experience using one of the most trusted code editors out there with multi language support, autocompletion and more.

Today we will highlight some reasons why we think you should go ahead and give Sublime Text a try on your Linux/Ubuntu operating systems. I absolutely love try out different code editors, I usually rotate between 2-3 at one time depending on what I am working at the time and believe it or not, last week was my first time to try Sublime Text. Yes, I had heard about it, it’s not a new code editor at all, it was introduced way back in 2008 and has continued to grow since then. At the original time of posting this blog, we are now on Sublime 4 with Sublime 5 probably coming within the next year or two. Anyway, like I was saying, I had never used Sublime Text despite hearing good things about for years, I just didn’t think it was necessary to bother to try it, boy was I wrong, Sublime is excellent and the UI is beyond nice, it’s great and I see why our staff members ranked it as one of the best code editors for Ubuntu. It deserved to be on the list for the way it’s UI is designed. The user interface is just the tip of the iceberg, though. Sublime Text comes packed with powerful features that enhance coding productivity, such as Goto Anything, which lets you instantly jump to symbols, lines or words. Its multiple selections capability allows you to change many lines at once, cutting down on repetitive edits and streamlining your workflow. It also has a very active community which is always ready to help you including tons of plugins/packages, ensuring that whatever additional functionality you need, there’s likely a plugin/package for it. 

Install Sublime Text on Ubuntu

Download Sublime Text for Linux as a Snap

Manually Install Sublime Text

# Install our GPG key
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/sublimehq-archive.gpg > /dev/null

# add our repo to your apt lists directory
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list

# Update apt and install
sudo apt-get update
sudo apt-get install sublime-text

What is Sublime Text about?

Sublime Text is a multi-platform text editor that can be used on multiple platforms. It has a clean and modern user interface, and it supports a wide range of programming languages, extensions, and syntax-based features. Sublime Text is also very efficient, using minimal system resources. As a result, it is a powerful and capable text editor that can be used for a variety of tasks.

Sublime Text Features:

  • Cross-platform support: Sublime Text is available for Windows, macOS, and Linux. This means that you can use it on any computer, regardless of the operating system.
  • Extensive customization: Sublime Text is highly customizable. You can change the themes, keyboard shortcuts, and even the syntax highlighting. This makes it possible to tailor the editor to your own preferences.
  • Powerful search: Sublime Text has a powerful search feature that allows you to find text, lines, and symbols quickly and easily. You can also use regular expressions to search for more complex patterns.
  • Goto Anything: The Goto Anything feature allows you to quickly jump to any file, symbol, or line in your project. This is a great way to navigate large codebases.
  • Plugins: Sublime Text has a large library of plugins that extend its functionality. There are plugins for everything from syntax highlighting to code linting.

Sublime Text Screenshots

Sublime Text Video

You might also like Stellarium for Linux.