K
K
Konstantin Kachan2017-09-22 20:20:27
linux
Konstantin Kachan, 2017-09-22 20:20:27

How to install Brackets on Elementary OS Linux?

Hello to all readers and experts on the forum! I ran into such a problem in my life, I decided to master Linux after Windows due to the need to change the operating system at work, it is oak-oak in it ... I’m just starting to read and study something on it. You need to somehow install (Elementary OS Linux) Brackets on it, those methods that are on the Internet for some reason did not help me, at the end it gives out such poetry to the terminal "Reading package lists ... Done
Building a dependency tree
Reading status information ... Done
Already the newest version of the brackets package is installed (1.8.0-17108)
You may want to use "apt-get -f install" to fix these errors:
Packages that have unmet dependencies:
brackets : Depends: gconf-service
Depends: libgconf-2-4 (>= 2.31.1) but it will not be installed
Depends: libgcrypt11 (>= 1.4.5) but it cannot be installed
E: Unmet dependencies. Try "apt-get -f install" without a package name (or find another solution).
"
what to do? where to run? where to look?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
pfg21, 2017-09-22
@XaysX

put aptitude - an excellent console package manager, and you will see something missing there.

A
Aleksey Solovyev, 2017-09-22
@alsolovyev

You have everything written in the terminal

Packages with unmet dependencies:
brackets : Depends: gconf-service

This will install all required dependencies:
ps.
If the first didn't work
sudo apt autoclean
sudo apt autoremove
sudo apt --fix-broken install
sudo apt update && sudo apt dist-upgrade
sudo dpkg --configure -a
sudo apt install -f

G
GavriKos, 2017-09-22
@GavriKos

Try "apt-get -f install"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question