# Download and installation steps of WorkHeart USB node program for Ubuntu version

**1. Enter the program running directory**

```bash
cd  /privasea
```

**2. Update package list**

sudo apt update -y

```bash
sudo apt update -y
```

**2. Download file**

```bash
sudo wget -q https://storage.googleapis.com/bkt-privasea-face-pre-public/calc-node/beta/usb-ubuntu-node.zip
```

**3. Install unzip**

```bash
sudo apt install -y unzip
```

**4. Unzip the file**

```bash
sudo unzip -q usb-ubuntu-node.zip
```

**5. Delete the downloaded zip file**

```bash
rm -f usb-ubuntu-node.zip
```

**6. Add execute permissions to files in the directory**

```bash
chmod -R +x *
```


---

# 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://privasea.gitbook.io/user-node-usage-documentation/comprehensive-guide-to-privanetix-node-acceleration-node-and-workheart-node-setup-and-operation/download-and-installation-steps-of-workheart-usb-node-program-for-ubuntu-version.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.
