add epson_wf2510.md
This commit is contained in:
parent
d8cd2adf10
commit
039b30310e
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
```
|
Loading…
Reference in New Issue