# Opsshell Install

## Installation way 1

**Install Dependence :**&#x20;

```bash
curl -s https://raw.githubusercontent.com/sharif0777/opsshell/main/updated_app/dependency-opsshell.sh | bash -s --
```

1. go to url : <https://github.com/sharif0777/opsshell/releases>
2. After download the [opsshell-1.0.1.deb](https://github.com/sharif0777/opsshell/releases/download/release-1.0.1/opsshell-1.0.1.deb)
3. dpkg -i [opsshell-1.0.1.deb](https://github.com/sharif0777/opsshell/releases/download/release-1.0.1/opsshell-1.0.1.deb)
4. apt install -f&#x20;

## Installation way 2

```bash
curl -s https://raw.githubusercontent.com/sharif0777/opsshell/main/updated_app/dependency-opsshell.sh | bash -s --
sudo curl -o /usr/bin/opsshell https://raw.githubusercontent.com/sharif0777/opsshell/main/updated_app/opsshell
sudo chmod +x /usr/bin/opsshell
```

## # Help output&#x20;

<figure><img src="/files/XyudwbeoZfdxOgxLM0CZ" alt=""><figcaption></figcaption></figure>

## # Tasks Output :

<figure><img src="/files/6QU660owatoYhFKspbZW" alt=""><figcaption></figcaption></figure>


---

# 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://opsshell.gitbook.io/opsshell/opsshell-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.
