doc: consistently use 'apt-get install' rather than 'apt install' (due to 'apt's sutble dependencies on interactive environment)

This commit is contained in:
AJ ONeal 2024-07-16 15:26:57 -06:00
parent 22f7596b12
commit 3c198e01b8
No known key found for this signature in database
GPG Key ID: F1D692A76F70CF98

View File

@ -87,13 +87,13 @@ Otherwise, you can build Berkeley DB [yourself](#berkeley-db).
SQLite is required for the wallet:
sudo apt install libsqlite3-dev
sudo apt-get install libsqlite3-dev
To build Dash Core without wallet, see [*Disable-wallet mode*](#disable-wallet-mode)
Optional port mapping libraries (see: `--with-miniupnpc` and `--with-natpmp`):
sudo apt install libminiupnpc-dev libnatpmp-dev
sudo apt-get install libminiupnpc-dev libnatpmp-dev
ZMQ dependencies (provides ZMQ API):
@ -115,7 +115,7 @@ To build with Qt 5 you need the following:
Additionally, to support Wayland protocol for modern desktop environments:
sudo apt install qtwayland5
sudo apt-get install qtwayland5
libqrencode (optional) can be installed with: