# Installing on Linux (Debian based distros)

Open a terminal and run the following commands&#x20;

1. Add the Oxen GPG key

```
sudo curl -so /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpg
```

2\.  Add repository list&#x20;

```
echo "deb https://deb.oxen.io $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/oxen.list
```

3\. Update repositories

```
sudo apt update
```

4\. Install Session&#x20;

```
sudo apt install session-desktop
```

## Updating Session&#x20;

If you want to update Session, you can run the following commands

```
sudo apt update
```

then&#x20;

```
sudo apt upgrade
```

<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://docs.oxen.io/oxen-docs/products-built-on-oxen/session/guides/installing-on-linux-debian-based-distros.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.
