# Como tener AirPrint con tu impresora

Podríamos definir a **AirPrint** como el **servicio de impresión inalámbrica de Apple**. Gracias a él, es posible enviar aquello que deseamos imprimir de forma total y completamente inalámbrica desde un iPhone o un iPad, fácilmente a cualquier impresora compatible que se encuentre conectada a nuestra red Wi-Fi, siempre que la impresora lo soporte... y muchos fabricantes tienen modelos que no lo soportan.

![](/files/UmegBz1gGwel5k7ifB1F)

En el caso de que nuestra impresora no tenga soporte oficial a AirPrint, necesitaremos un equipo o una placa raspberry o parecida con linux.

Instalaremos una serie de paquetes, por supuesto la impresora debe estar encendida, si es por wifi, conectada a la red de casa, si es cable, conectada a la placa raspberry o similar.

```sh
sudo apt install cups cups-core-drivers printer-driver-brlaser avahi-daemon libcups2-dev python3-dev python3-cups libxml-dev -y
```

Es una instalación sencilla de cups, un servidor de impresión.\
Para entrar en el dashboard web de cups:

```
http://IP_DEL_SERVIDOR_CUPS:631
```

Continuara...

<figure><img src="/files/qIc77vZuPKlA2AI6yKs7" 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://blog.azagra.dev/linux/como-tener-airprint-con-tu-impresora.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.
