安装 Epson 打印机但因 lsb 依赖错误而中断

Bra*_*cus 16 apt printing scanner drivers software-installation

我正在从该网站安装 Epson XP-310 驱动程序。

当我尝试安装下载的.deb文件时,出现以下错误:

The Package System is broken 

epson-inkjet-printer-201303w:i386: Depends: lsb(>=3.2) but 4.1+Debian11ubuntu is installed
Run Code Online (Sandbox Code Playgroud)

我很困惑。它说我必须有 lsb 版本 >=3.2 但我有 4.1。为什么我收到依赖错误?

小智 16

I had the same problem with my Epson WF-3520 and the driver from the Epson-Website. This solved my problem:

Try, to make sure the damaged driver will be removed:

sudo apt-get -f install

And then install the driver from the package manager

sudo apt-get install printer-driver-escpr
Run Code Online (Sandbox Code Playgroud)

I installed the package "printer-driver-escpr" version 1.3.0-1 with the package manager and the driver works for me with the Epson WF-3520.

Now, try to install your epson printer.


nux*_*nux 1

尝试 sudo apt-get -f install

sudo apt-get update

sudo dpkg --configure -a 
Run Code Online (Sandbox Code Playgroud)

然后清理缓存

sudo apt-get clean
Run Code Online (Sandbox Code Playgroud)


小智 0

使用 synaptic,我逐步安装了 lsb、lsb-release、lsb-printing、lsb-cxx、lsb-graphics、lsb-desktop 和 lsb-core(其中一些是预安装的)。霰弹枪的方法每次都失败了。直到我安装了 lsb-pkgchk3。答对了。我很喜欢我的 Epson WF-3520,它的版本是最新的 12.04。