não é capaz de sudo apt-get upgrade e também no sinal de menos vermelho

2
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:
 libicu-dev : Depends: libicu55 (= 55.1-7ubuntu0.2) but 55.1-7 is installed
 libicu55 : Breaks: libicu55:i386 (!= 55.1-7) but 55.1-7ubuntu0.2 is installed
 libicu55:i386 : Breaks: libicu55 (!= 55.1-7ubuntu0.2) but 55.1-7 is installed
E: Unmet dependencies. Try using -f.

Por favor ajude! SOS

    
por B.B.M 22.09.2017 / 14:24

1 resposta

0

Você pode usar este comando:

sudo apt install libicu55=55.1-7ubuntu0.2

E se não funcionar, use este:

sudo dpkg -r --force-all libicu55 libicu55:i386
sudo apt install libicu-dev
sudo apt install -f
    
por Ali Razmdideh 22.09.2017 / 15:49