Site icon Ubuntu Free

How to download and install Sublime Text on Ubuntu 24.04

Sublime Text official logo

Sublime Text on Linux

Looking to get started with coding on Ubuntu 24.04? Sublime Text is a popular choice for its speed and ease of use. Whether you’re just beginning or you’re a pro coder, this editor has features that cater to all levels.

Here’s how you can quickly download and install Sublime Text on your Ubuntu system, making coding easy. Plus, it’s super handy for editing any text file, not just code, so you’ll find it useful for lots of stuff. Let’s walk through the steps to set it up on your computer and don’t forget to leave a comment if you need help or anything.

How to Download Sublime Text on Ubuntu 24.04

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

We have a list of the best code editors on Ubuntu or try VS Code or Stellarium for Ubuntu.

Exit mobile version