• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Install Brackets Editor in Ubuntu 14.10 & Ubuntu 14.04

How To Install Brackets Editor in Ubuntu 14.10 & Ubuntu 14.04

By Sourabh / February 19, 2015 Category: How To, Ubuntu

How To Install Brackets Editor  on Ubuntu 14.10 & Ubuntu 14.04. Brackets is a free and open source text/code editor for web designers by Adobe.

The Brackets Editor comes with Inline Editors, Live Preview and Preprocessor Support. It also comes with useful features like Quick Edit and Code Preview. You can get CSS straight from a PSD with no generated code with Creative Cloud Extract (preview) for Brackets.

The latest release of Brackets editor comes with cross-browser (live preview with dev tools).

Brackets-Ubuntu-split-view

There are two methods to installing Brackets:

  • Method 1: Through webudp8 team PPA
  • Method 2: By direct Download (.deb Package from Github)

Install Brackets via webupd8 PPA

Add the webupd8 team ppa with the following command:

sudo add-apt-repository ppa:webupd8team/brackets
sudo apt-get update
sudo apt-get install brackets

Install Brackets via .deb Package from Github

Open Terminal and run the following commands to download and install brackets .deb Package from Github:

For 32 bit:

wget https://github.com/adobe/brackets/releases/download/release-0.44/Brackets.Release.0.44.32-bit.deb
sudo dpkg -i Brackets.Release.0.44.32-bit.deb

For 64 bit:

wget https://github.com/adobe/brackets/releases/download/release-0.44/Brackets.Release.0.44.64-bit.deb
sudo dpkg -i Brackets.Release.0.44.64-bit.deb

Once installed, you can launch Brackets Editor:

In Ubuntu 14.04: From unity dash by typing “Brackets.”
In Linux Mint 17: Go to Menu > Programming > Brackets.

Un-Install and Remove Brackets

Run the following commands to un-install and remove Brackets Editor from Ubuntu systems:

sudo apt-get remove brackets
sudo add-apt-repository --remove ppa:webupd8team/brackets

You can also uninstall it from Ubuntu Software Center.

Tags: Brackets Code Editor Adobe, How To Install Brackets 1.1 On Ubuntu 14.04, How To Install Brackets 1.1 On Ubuntu 14.10, How To Install Brackets 1.1 On Ubuntu 15.04, Install Brackets Editor In Linux Mint 17, Install Brackets Editor In Ubuntu 14.04, Install Brackets via .deb Package from Github, Install Brackets via webupd8 PPA, Linux Mint 17 Brackets Editor, Text Editors for Ubuntu, Ubuntu 14.04, Ubuntu 14.10, Ubuntu Brackets Editor, Web Designers Brackets Text Editor Adobe

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap