проблема возникает

$ apt-get -f install vlc
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:
 google-chrome-stable : Depends: libappindicator1 but it is not going to be installed
 heirloom-mailx : Depends: libkrb53 (>= 1.6.dfsg.2) but it is not installable
                  Depends: libssl0.9.8 (>= 0.9.8f-5) but it is not installable
 qbittorrent : Depends: libboost-system1.49.0 (>= 1.49.0-1) but it is not installable
               Depends: libtorrent-rasterbar7 (>= 0.16.18) but it is not installable
 tor-geoipdb : Depends: tor (>= 0.2.9.9-1) but it is not going to be installed
 vlc : Depends: vlc-bin (= 2.2.4-13) but it is not going to be installed
       Depends: vlc-plugin-base (= 2.2.4-13) but it is not going to be installed
       Depends: vlc-plugin-qt (= 2.2.4-13) but it is not going to be installed
       Depends: vlc-plugin-video-output (= 2.2.4-13) but it is not going to be installed
       Depends: vlc-l10n (= 2.2.4-13) but it is not going to be installed
       Recommends: vlc-plugin-notify (= 2.2.4-13) but it is not going to be installed
       Recommends: vlc-plugin-samba (= 2.2.4-13) but it is not going to be installed
       Recommends: vlc-plugin-skins2 (= 2.2.4-13) but it is not going to be installed
       Recommends: vlc-plugin-video-splitter (= 2.2.4-13) but it is not going to be installed
       Recommends: vlc-plugin-visualization (= 2.2.4-13) but it is not going to be installed
 xdman : Depends: openjdk-6-jre but it is not installable or
                  openjdk-7-jre but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

enter image description here

0
задан 24 March 2017 в 23:18

1 ответ

Удалите пакеты:

  • стабильный Google Chrome
  • семейная-реликвия-mailx
  • скалистая-вершина-geoipdb qbittorrent

я не уверен, можно ли удалить xdman или нет. Но если это не наносит серьезного ущерба затем, можно удалить его.

sudo apt-get remove google-chrome-stable heirloom-mailx qbittorrent tor-geoipdb 

и затем пытаются установить vlc после обновления

sudo apt-get update
sudo apt-get install vlc

Затем, можно снова установить выше удаленных пакетов:

sudo apt-get install google-chrome-stable heirloom-mailx qbittorrent tor-geoipdb  -y

дают ему попытку, если ничто не работает.

0
ответ дан 3 November 2019 в 14:02

Другие вопросы по тегам:

Похожие вопросы: