qrl-wallet icon indicating copy to clipboard operation
qrl-wallet copied to clipboard

Cannot install on Ubuntu 19.04 due to missing dependency

Open schroeshirecat opened this issue 5 years ago • 2 comments

So I tried installling the QRL walltet on Ubuntu 19.04. But the installation bails out with an error message:

sudo dpkg -i qrl-wallet-1.1.1.deb
Selecting previously unselected package qrl-wallet.
(Reading database ... 378152 files and directories currently installed.)
Preparing to unpack qrl-wallet-1.1.1.deb ...
Unpacking qrl-wallet (1.1.1-1) ...
dpkg: dependency problems prevent configuration of qrl-wallet:
 qrl-wallet depends on libgconf2-4; however:
  Package libgconf2-4 is not installed.

dpkg: error processing package qrl-wallet (--install):
 dependency problems - leaving unconfigured
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-4ubuntu1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Errors were encountered while processing:
 qrl-wallet

On Ubuntu 19.04 there is a package called libgconf-2-4 (which I installed) but not one with name libgconf2-4. Apparently QRL is not the only package with this issue, see here: https://github.com/OpenBazaar/openbazaar-desktop/issues/1608

Any ideas how to fix or work around this?

schroeshirecat avatar May 12 '19 17:05 schroeshirecat