Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install Brackets on Linux (Ubuntu) #1

Closed
sylhare opened this issue Oct 30, 2017 · 1 comment
Closed

How to install Brackets on Linux (Ubuntu) #1

sylhare opened this issue Oct 30, 2017 · 1 comment
Assignees
Labels

Comments

@sylhare
Copy link
Owner

sylhare commented Oct 30, 2017

Brackets is a modern text editor that makes it easy to design in the browser.
Brackets is available on Linux since R1.11 (brackets#619) but I couldn't find a tutorial on how to install it on say Ubuntu.

@sylhare sylhare self-assigned this Oct 30, 2017
@sylhare
Copy link
Owner Author

sylhare commented Oct 30, 2017

To install brackets on ubuntu I've used that and it worked perfectly. Brackets has binaries available for Debian based distributions. There is also a PPA by Webupd8 team.

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

For your libgcrypt problem, you may try manually from another repository as mentionned here:

command wget http://ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/libg/libgcrypt11/libgcrypt11_1.5.4-3_amd64.deb
command dpkg -i libgcrypt11_1.5.4-3_amd64.deb

and then start again with the brackets installation

command dpkg -i Brackets.1.3.Extract.64-bit.deb

@sylhare sylhare closed this as completed Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant