Install Brackets Code Editor on Ubuntu 22.04

Brackets is a powerful and modern open-source code editor utilized for web designing. Brackets support numerous web technologies, including JavaScript, HTML, and CSS. This project was created and maintained by Adobe and is available under the MIT License. Brackets offer a variety of visual tools that allow you to create. Also, writing code in brackets will be fun for you.

We will go over how to install brackets on Ubuntu 22.04 in this article:

  • Using Snap utility
  • Using Ubuntu Software Center

Let’s get started!

Method 1: Brackets installation on Ubuntu 22.04 using Snap utility

On Ubuntu 22.04, to install Brackets, follow the steps given below.

Step 1: Update system packages

First, open up the terminal by using “CTRL+ALT+T” and update the system packages:

$ sudo apt update

Move to the next step.

Step 2: Install Snap utility

In the next step, install Snap utility on your Ubuntu 22.04:

$ sudo apt install snapd

Let’s move ahead toward installing Brackets.

Step 3: Brackets installation

Start Brackets installation on Ubuntu 22.04 by executing provided command:

$ sudo snap install brackets --classic

As you can see, we have successfully installed Brackets version “1.14.1” on the Ubuntu system.

Method 2: Brackets installation on Ubuntu 22.04 using Ubuntu Software Center

On Ubuntu 22.04, for Bracket installation using GUI, follow the provided steps.

Step 1: Open Ubuntu Software Store

First, in the “Activities” menu, search for “Ubuntu Software” and open it:

Step 2: Search Bracket

Search for “Brackets” and open the highlighted application from the displayed results:

Step 3: Install Brackets

Start Brackets installation on Ubuntu 22.04 by clicking on the “Install” button:

Step 4: Provide required credentials

During installation, the “Authentication Required” wizard will appear on the screen, provide the password credentials, and hit the “Authenticate” button:

You can see that we have successfully installed the Brackets Code Editor on Ubuntu 22.04:

Let’s check out the procedure of launching Brackets on Ubuntu 22.04.

Launch Brackets Code Editor on Ubuntu 22.04

To launch Brackets on Ubuntu 22.04, first, open “Brackets” by searching it in the “Activities” menu:

The given output indicates that we have effectively launched the Brackets, which is ready to use:

Let’s move ahead to uninstall Brackets from Ubuntu 22.04.

Brackets uninstallation from Ubuntu 22.04

On Ubuntu 22.04, to uninstall Brackets Code Editor, type the given command:

$ sudo snap remove brackets

On Ubuntu 22.04, we have demonstrated the methods to install, launch, and remove Brackets Code Editor.

Conclusion

On Ubuntu 22.04, for Brackets installation, utilize Snap and execute the “$ sudo snap install brackets –classic” command on the terminal. It is the easiest method to install Brackets. In the second approach, use the Ubuntu Software Center, search “Brackets” in the search bar and open it to start the installation. This article discussed installing, launching, and uninstalling Brackets Code Editor on Ubuntu 22.04.