
Ich erhalte die folgenden Abhängigkeitsfehler während der InstallationWiresharkauf meiner Maschine
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
wireshark : Depends: wireshark-qt but it is not going to be installed or
wireshark-gtk but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Warum werden diese Wireshark-Abhängigkeiten nicht installiert und wie kann ich das beheben?
Unten ist meine Systemkonfiguration
Linux shadows 4.8.0-46-generic #49~16.04.1-Ubuntu SMP Fri Mar 31 14:51:03 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Bearbeiten 1
$ sudo apt-cache policy wireshark wireshark-qt wireshark-gtk
wireshark:
Installed: (none)
Candidate: 2.4.3-1~zesty1
Version table:
2.4.3-1~zesty1 500
500 http://ppa.launchpad.net/wireshark-dev/stable/ubuntu zesty/main amd64 Packages
2.2.6+g32dac6a-2ubuntu0.16.04 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages
2.0.2+ga16e22e-1 500
500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
wireshark-qt:
Installed: (none)
Candidate: 2.4.3-1~zesty1
Version table:
2.4.3-1~zesty1 500
500 http://ppa.launchpad.net/wireshark-dev/stable/ubuntu zesty/main amd64 Packages
2.2.6+g32dac6a-2ubuntu0.16.04 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages
2.0.2+ga16e22e-1 500
500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
wireshark-gtk:
Installed: (none)
Candidate: 2.4.3-1~zesty1
Version table:
2.4.3-1~zesty1 500
500 http://ppa.launchpad.net/wireshark-dev/stable/ubuntu zesty/main amd64 Packages
2.2.6+g32dac6a-2ubuntu0.16.04 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages
2.0.2+ga16e22e-1 500
500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
Bearbeiten
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="17.04 (Zesty Zapus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 17.04"
VERSION_ID="17.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=zesty
UBUNTU_CODENAME=zesty
Antwort1
Die Lösung besteht darin,Wireshark PPAund installieren Sie Wireshark aus dem Ubuntu-Universe-Repository:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:wireshark-dev/stable
sudo apt-get install wireshark