# WSL Installation

To set up K8Studio on Windows Subsystem for Linux (WSL)

1. Open WSL Terminal
2. Install required software

```
sudo apt-get install -y libgbm-dev
sudo apt-get install libasound2
```

3. Download the latest Debian binary of K8Studio

```
wget  -P ./ https://github.com/guiqui/k8Studio/releases/download/v0.2.2-alpha/K8Studio_0.2.2-alpha_amd64.deb)
```

4. Install the package

```
sudo dpkg -i ./K8Studio_0.2.2-alpha_amd64.deb
```

5. Install <https://command-not-found.com/gtk-launch>
6. Launch application

```
gtk-launch k8studio.desktop
```


---

# 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://doc.k8studio.io/documentation/getting-started/wsl-installation.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.
