bitcoin core – How do I’m going about “looking out your distribution’s bundle database for the lacking information” to get the GUI working for Ubuntu Linux?

0
10


In the Bitcoin Core directions, it says that to make use of the GUI, it’s a must to execute bitcoin-qt. It offers this clarification for a possible impediment:

If all of the required libraries are put in, Bitcoin Core will begin. If a required library is lacking, an error message just like the next message shall be displayed:

/usr/native/bin/bitcoin-qt: error whereas loading shared libraries: libQtGui.so.4: can't open shared object file: No such file or listing

Search your distribution’s bundle database for the lacking file lacking and set up bundle containing that file. Then re-run /usr/native/bin/bitcoin-qt to see if it’s lacking one other file. Repeat till Bitcoin Core GUI begins.

I received the identical error described, simply, with a distinct outcome:

/usr/native/bin/bitcoin-qt: error whereas loading shared libraries: libxcb-xinerama.so.0: can't open shared object file: No such file or listing

I attempted:

sudo apt set up libxcb-xinerama.so.0

and received:

Studying bundle lists... Completed 
Constructing dependency tree... Completed 
E:Unable to find bundle libxcb-xinerama.so.0 
E: Could not discover any bundle by glob 'libxcb-xinerama.so.0'

Tried:

apt search libxcb-xinerama.so.0

and received:

Sorting... Completed
Full Textual content Search... Completed

So, principally I’ve received no clue what to do.

LEAVE A REPLY

Please enter your comment!
Please enter your name here