File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ followed by the argument `xzf` followed by the file name. The argument
281281
282282This will create the directory ` bitcoin-{{site.DOWNLOAD_VERSION}} ` within your current
283283working directory. We will install the contents of its ` bin `
284- subdirectory into the ` /usr/local/bin ` directory using the the ` install `
284+ subdirectory into the ` /usr/local/bin ` directory using the ` install `
285285command. The install command is part of the GNU coreutils available on
286286nearly every Linux distribution, and the ` /usr/local/bin ` directory is a
287287standard location for self-installed executables (you may edit the
@@ -330,7 +330,7 @@ following message will be displayed:
330330 /usr/local/bin/bitcoin-qt: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
331331
332332Search your distribution's package database for the missing file
333- missing and install package containing that file. Then re-run
333+ and install package containing that file. Then re-run
334334` /usr/local/bin/bitcoin-qt ` to see if it's missing another file.
335335Repeat until Bitcoin Core GUI starts.
336336
You can’t perform that action at this time.
0 commit comments