You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Brief Description: Installing openbazaar for desktop need more package to be installed which is libgconf-2-4
Operating System (OS and version): Debian 10
OpenBazaar version (shown on About OpenBazaar page in menu): 2.4.4
Hardware: virtualmachine
Reproducible (Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce): always
Steps to reproduce:
Download openbazaar
sudo dpkg -i openbazaar.deb
Wont install due to uninstallable dependency
Observed Behavior:
Needs work around which is running "sudo apt --fix-broken install" to install libgconf-2-4 and fix the installation of openbazaar. (can be done manually as well)