Site icon Ubuntu Free

How to install Sublime Text for Ubuntu

Sublime Text official logo

Sublime Text on Linux

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:

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.

Exit mobile version