我正在尝试在Ubuntu(14.04)流浪盒上安装Tesseract但是遇到依赖性错误。我不确定解决依赖的解决方案是什么?
错误消息
sudo apt-get install tesseract-ocr
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
linux-image-extra-3.13.0-66-generic : Depends: linux-image-3.13.0-66-generic but it is not going to be installed
linux-image-generic : Depends: linux-image-3.13.0-66-generic but it is not going to be installed
tesseract-ocr : Depends: liblept4 but it is not going to be installed
Depends: libtesseract3 (>= 3.03~) but it is not going to be installed
Depends: tesseract-ocr-eng (>= 3.01~) but it is not going to be installed
Depends: tesseract-ocr-osd but it is not going to be installed
Depends: tesseract-ocr-equ but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).