Install Brackets Code Editor 1.10 via PPA in Ubuntu 16.04 / Higher

Last updated: July 24, 2017

brackets code editor

The brackets text editor has reached the 1.10 release recently. Here’s how to install it in all current Ubuntu releases including Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and their derivatives.

Brackets 1.10 features:

  • Supports more than 40 different file encodings. You can Open/Save files with different encodings.
  • Search history support
  • CSS code hints support @rule and pseudo selector/element code hints.
  • Provides CSS code hints in style attribute value in html.
  • Forward/Backward navigation in edit history
  • Ability to Enable/Disable default extensions
  • HTML menus are replaced with native menus in Linux.

brackets in ubuntu

How to Install Brackets 1.10 via PPA in Ubuntu:

Although there are official .deb binaries available in the release page, an Ubuntu PPA repository is a good choice to keep the software up-to-date easily via Software Updater utility.

1. Open terminal via Ctrl+Alt+T and run command to add the brackets ppa maintained by webupd8 team.

sudo add-apt-repository ppa:webupd8team/brackets

2. Then install the editor via commands:

sudo apt-get update

sudo apt-get install brackets

Or upgrade it through Software Updater if you have a previous release installed:

check updates

Uninstall:

To remove the PPA repository, simply launch Software & Updates utility and navigate to Other Software tab.

To remove the text editor, either use your system package manager or run command in terminal:

sudo apt-get remove --autoremove brackets

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

4 responses to Install Brackets Code Editor 1.10 via PPA in Ubuntu 16.04 / Higher

  1. On the line to install Brackets Code Editor command to install is missing.
    Is only sudo apt-get brackets.

  2. I am getting this PPA does not support xenial

    • Check the PPA link page, it does support Ubuntu 16.04 xenial. You may download the .deb package directly from link below:

      http://ppa.launchpad.net/webupd8team/brackets/ubuntu/pool/main/b/brackets/

      Select download the latest 1.10 builds:

      • “brackets_1.10.0libgcrypt11-17483+1~webupd8~0_amd64.deb” package for 64-bit system.
      • “brackets_1.10.0libgcrypt11-17483+1~webupd8~0_i386.deb” for 32-bit system.

      Click install it via Software Center, or use command:

      sudo dpkg -i ~/Downloads/brackets_1.10.0libgcrypt11-17483+1~webupd8~0_*.deb; sudo apt -f install
  3. Siddharth Kumar S October 10, 2017 at 8:05 am

    sudo dpkg -i brackets_1.10.0libgcrypt11-17483+1~webupd8~0_amd64.deb
    dpkg-deb: error: ‘brackets_1.10.0libgcrypt11-17483+1~webupd8~0_amd64.deb’ is not a debian format archive
    dpkg: error processing archive brackets_1.10.0libgcrypt11-17483+1~webupd8~0_amd64.deb (–install):
    subprocess dpkg-deb –control returned error exit status 2
    Errors were encountered while processing:
    brackets_1.10.0libgcrypt11-17483+1~webupd8~0_amd64.deb

    This is a error i am getting while installing brackets via deb.
    let me know what is the mistake?