0

Is there any official PPA for Adobe Brackets in Ubuntu 16.04 ? I currently download .deb files from their website and install it manually. I want to automate the updating processing like Atom.

muru
  • 207,228
user227495
  • 4,309

1 Answers1

3

There is a PPA by Webupd8 team.

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

Webupd8 offers many PPAs. You can get PPA for atom and sublime also from here

Rahul
  • 1,683