Cannot install due to unmet dependency libgconf2-4
See original GitHub issueThe .deb will not install using dpkg -i ob-filename.deb followed by apt-get install -f. Instead, the output below is displayed after using apt-get. This seems to be a change in package naming yet while the package still exists under a new name, OB isn’t recognizing that it can use the new package name instead.
This is happening on Debian 10. There is a related issue (#1205) with a solution that does not work with Debian 10.
Output of dpkg -i openbazaar2_2.2.25_amd64.deb; apt-get install -f
dpkg -i openbazaar2_2.2.5_amd64.deb
Selecting previously unselected package openbazaar2.
(Reading database ... 144866 files and directories currently installed.)
Preparing to unpack openbazaar2_2.2.5_amd64.deb ...
Unpacking openbazaar2 (2.2.5-1) ...
dpkg: dependency problems prevent configuration of openbazaar2:
openbazaar2 depends on libgconf2-4; however:
Package libgconf2-4 is not installed.
dpkg: error processing package openbazaar2 (--install):
dependency problems - leaving unconfigured
Processing triggers for mime-support (3.61) ...
Errors were encountered while processing:
openbazaar2
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:10 (4 by maintainers)
Top Results From Across the Web
code: Depends: libgconf-2-4 but it is not installed
I understand that the error is saying whatever I'm running depends on libgconf-2-4 and that doesn't currently exist, but shouldn't Debian ...
Read more >E: Unable to correct dependencies in Unubtu 18.04 LTS
The following packages have unmet dependencies: mongodb-compass : Depends: libgconf-2-4 but it is not installed or libgconf2-4 but it is not ...
Read more >Download mongodb compass and Install Using the Terminal
First of all, you need to fix broken installs by running the flowing command. sudo apt --fix-broken install · After that, install libgconf-2-4....
Read more >Error with installing NVIDIA SDK Manager ...you have held ...
Some packages could not be installed. ... The following packages have unmet dependencies: ... Thanks for setting me straight! :).
Read more >Fresh Install of Lubuntu - Can't Install Discord - Ubuntu Forums
The following packages have unmet dependencies: discord:amd64 : Depends: libc6:amd64 but it is not installable
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Alright, found a solution. Although, I’m hoping future versions will be able to decipher this mess if possible. Its the same package with a different name, depending on distro and/or version of distro. The solution below, required the .deb to be extracted and modified.
Note: you’ll probably want to create a new directory to use temporarily, since this will produce multiple files in one directory.
wouldn’t it make sense to replace libgconf2-4 dependency with libgconf-2-4 as libgconf2-4 is a ‘dummy package’?