# Required Packages

### Required Packages <a href="#required-packages" id="required-packages"></a>

* **curl**: Required for downloading resources and installation scripts

#### Checking Your System <a href="#checking-your-system" id="checking-your-system"></a>

You can verify your system meets these requirements with the following commands:

### **Checking Ubuntu Version**

```
lsb_release -a
```

**Checking NVIDIA GPU and Driver Installation**

```
nvidia-smi
```

This command should display information about your NVIDIA GPU and driver version. If you see an error, your NVIDIA drivers may not be properly installed.

**Checking for curl**

```
curl --version
```

If curl is not installed, you can install it with:

```
sudo apt update
sudo apt install curl
```

### Next Steps <a href="#next-steps" id="next-steps"></a>

Once you've confirmed that your system meets all the prerequisites, you can proceed to the installation section.


---

# 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://soika-labs.gitbook.io/soika-mockingjay/soika-mockingjay-installation-steps-prerequisites/required-packages.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.
