Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/user/wallets/dashcore/installation-linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@ directory. We will now install the executable binaries to

sudo install -m 0755 -o root -g root -t /usr/local/bin dashcore-22.1.3/bin/*

.. note::

In order to run Dash Core, you will need several libraries that should be available in all major,
recently-released Linux distributions. If you receive an error message that indicates files are
missing when starting Dash Core, search your distribution's package database for the missing file
and install the package containing that file.

On recent versions of Ubuntu, you may need to install libxcb-xinerama0 by running::

sudo apt install libxcb-xinerama0

Start Dash Core from the terminal with the following command::

dash-qt
Expand Down