# Ubuntu - Bitcoin Core Basic Install

Building the Ubuntu Server install package on bootable USB

<https://ubuntu.com/tutorials/install-ubuntu-server#1-overview>

Pay attention to file partition sizes (use entire disk)

\~ 1 tb hard drive required.

Installing desktop GUI on Ubuntu Server.

<https://www.cyberithub.com/how-to-install-gnome-desktop-gui-on-ubuntu-20-04-lts/>

sudo apt install ubuntu-gnome-desktop -y

Installing Snap store for GUI

<https://snapcraft.io/install/snap-store/ubuntu>

sudo apt install snapd

sudo snap install snap-store

<br>

From within the desktop gui Software app, search bitcoin-core, click install, follow prompts

<https://snapcraft.io/bitcoin-core>

\
As a windows user&#x20;

From the Unbubu command line to discover ip address

Ip a

Powershell \<command line> (same used during initial Ubuntu setup)

ssh username@\<ip address>

Pw:

Remote Desktop:

<https://linuxconfig.org/ubuntu-20-04-remote-desktop-access-from-windows-10>

Other useful command prompts

ls - lists directory contents

cd / - Changes to root directory

cd .. - Change directory back one

cd - moves to the root directory of the user

Pwd - present working directory

Sudo su \<swap user> - Changes to root user

Sudo su \<username> - Changes to specific username

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://roo-au.gitbook.io/ubuntu-bitcoin-core/ubuntu-bitcoin-core-basic-install.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
