Unable to Install CaboCha with Ubuntu apt-get install

Asked 2 years ago, Updated 2 years ago, 88 views

This is Ubuntu 14.04 LTS.
I tried to install CaboCha using The Ubuntu NLP Repository, but the following message appears and I cannot complete it.
Please let me know how to deal with this error.

UserName: Loading ~$sudo apt-get install cabocha cabocha-dic-utf8 package list...completed
Creating dependency tree                
Reading state information...completed
There was a package that could not be installed.You may have requested an unlikely situation (if you are using an unstable distribution), or the required package has not yet been created or moved from Incoming.
The following information may help resolve this issue:

The following packages have unmet dependencies:
cabocha: Dependent: libcabocha2(>=0.64-1nlp2 to 0oneiric1) but not attempting to install
cabocha-dic-utf8:Dependent: cabocha-dic(>=0.64-1nlp2 to 0oneiric1) However, it is not attempting to install
E—The problem cannot be resolved.There is a broken Prohibit Change package.

ubuntu cabocha

2022-09-30 20:36

2 Answers

Have you ever turned off the power during package installation?If so,

 sudo apt-get-f install

Try this command.If it doesn't work,

 sudo apt-get remove libuim0 libuim0-noxium-common

Let's run the .
See also


2022-09-30 20:36

I will leave the previous answer for now.It would be better to describe the solution you solved in the forum.

From Ubuntu's official forum:
to /etc/apt/sources.list

debhttp://jp.archive.ubuntu.com/ubuntu/ precise-updates main restricted
debug-src http://jp.archive.ubuntu.com/ubuntu/ precise-updates main restricted

Please try to add .If it doesn't work, try the other methods listed in the official forum.


2022-09-30 20:36

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.