mywiki/linux/epson_wf2510.md

20 lines
678 B
Markdown
Raw Permalink Normal View History

2023-04-09 15:17:16 +02:00
# Epson WF2510
Qui i driver: [Epson WF2510](https://download.ebz.epson.net/dsc/search/01/search/searchModule)
## Installazione
```bash
> sudo apt install ./epson-inkjet-printer-escpr_1.7.21-1lsb3.2_amd64.deb
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
È utile eseguire "apt --fix-broken install" per correggere ciò.
I seguenti pacchetti hanno dipendenze non soddisfatte:
epson-inkjet-printer-escpr : Dipende: lsb (>= 3.2) ma non è installato
E: Dipendenze non soddisfatte. Provare "apt --fix-broken install" senza pacchetti (o specificare una soluzione).
> sudo apt --fix-broken install
```