Как удалить acroread

После попытки установить Acroread я попытался удалить его, но безуспешно,

сообщение следует. Пожалуйста, помогите мне, потому что центр программного обеспечения был отключен в результате

sudo apt-get remove acroread
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Virtual packages like 'acroread' can't be removed
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 acroread-bin:i386 : Depends: libfontconfig1:i386 (>= 2.9.0) but 2.8.0-3ubuntu9.1 is to be installed
                     Depends: libxml2:i386 (>= 2.6.27) but it is not going to be installed
                     Depends: libxt6:i386 but it is not going to be installed
 google-chrome-stable:i386 : Depends: xdg-utils:i386 (>= 1.0.2) but it is not installable
 libxml2 : Depends: liblzma5 (>= 5.1.1alpha+20120614) but 5.1.1alpha+20110809-3 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

1 ответ

1) Сначала попробуйте исправить ошибку apt-get с помощью этой команды:

sudo apt-get -f install

2) Необязательный шаг: может быть полезно обновить вашу систему:

sudo apt-get upgrade && sudo apt-get dist-upgrade

3) Затем удалите пакет:

sudo apt-get remove --purge acroread*

4) И, наконец, удалите все зависимости, которые могут быть удалены:

sudo apt-get autoremove 
Другие вопросы по тегам