How to install Sublime Text for Ubuntu

Share
  • Post Updated: September 21, 2024

Hello everyone! Today, you can download Sublime Text for Ubuntu 24.04 and experience one of the most trusted and powerful code editors out there. With support for multiple programming languages, autocompletion, and a sleek, intuitive interface, Sublime Text is a go-to for many developers.

In this post, we’ll highlight why you should consider giving Sublime Text a try on your Linux/Ubuntu system. I’ve recently added it to my list of the best code editors on Ubuntu, and I have to say, it lives up to the hype. With features like Goto Anything for quick navigation and multiple selections to speed up repetitive edits, Sublime Text stands out for both its design and functionality. Whether you’re a seasoned developer or just starting out, this editor has everything you need to boost your productivity.

Install Sublime Text on Ubuntu

To install Sublime Text on your Ubuntu system, follow these simple steps:

  1. Choose where you want to download Sublime Text from:
  2. Once downloaded, follow the provided installation instructions for your chosen format. After installation, launch Sublime Text from your applications menu and start coding.

Manually Install Sublime Text via Terminal

  1. Open your terminal.
  2. To install Sublime Text via Snap, run this command:
    sudo snap install sublime-text --classic
  3. Alternatively, to install Sublime Text via Flatpak, run:

    flatpak install flathub com.sublimetext.three

  4. If you prefer using APT, follow these steps:
  5. Once installed, launch Sublime Text from your applications menu or by typing:
    subl

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

How to uninstall Sublime via Terminal on Ubuntu

  1. Open your terminal.
  2. To uninstall Sublime Text via Snap, use this command:
    sudo snap remove sublime-text
  3. If installed via Flatpak, use this command:
    flatpak uninstall flathub com.sublimetext.three
  4. To uninstall Sublime Text installed via APT, run this:
    sudo apt remove sublime-text
  5. Optionally, remove any remaining configuration files:
    rm -rf ~/.config/sublime-text-3

You might also like Stellarium for Linux.