> For the complete documentation index, see [llms.txt](https://jupitersim.gitbook.io/jupiter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jupitersim.gitbook.io/jupiter/es/installation/linux/deb.md).

# Opción 2: deb package

## Instalación

En esta opción usted instalara Jupiter utilizando un *Debian Package*. Tiene que descargar el siguiente archivo:

{% embed url="<https://git.io/Je8kH>" %}
jupiter\_3.1\_amd64.deb
{% endembed %}

Luego en una terminal diríjase al directorio en donde descargó el archivo y utilice los siguientes comandos:

```bash
sudo dpkg -i jupiter_3.1_amd64.deb
```

Este comando instalará el simulador en **/opt/jupiter**. Para verificar que la instalación se haya efectuado correctamente pruebe lo siguiente en una terminal:

```bash
jupiter -v
```

Debería de ver la siguiente salida:

```bash
        __          _ __         
    __ / /_ _____  (_) /____ ____
   / // / // / _ \/ / __/ -_) __/
   \___/\_,_/ .__/_/\__/\__/_/
           /_/                   

RISC-V Assembler & Runtime Simulator
               v3.1
```

## Desinstalación&#x20;

Para desinstalarlo en algún futuro simplemente tiene que hacer lo siguiente en una terminal:

```bash
sudo apt-get purge jupiter
```

Luego de utilizar este comando el simulador quedará completamente desinstalado de su computadora.

## Actualizaciones

Cada vez que haya una actualización del simulador y este sea su método de instalación, por favor revise esta página para descargar el archivo más reciente e instalarlo utilizando las mismas instrucciones.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://jupitersim.gitbook.io/jupiter/es/installation/linux/deb.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.
