Wiresharkをインストールできません

Wiresharkをインストールできません

コマンドを実行するとsudo apt install wireshark-qt:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
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-qt : Depends: libqt5multimedia5 (>= 5.0.2) but it is not installable
                Depends: libwireshark11 (>= 2.5.1) but it is not going to be installed
                Depends: libwscodecs2 (>= 2.5.0) but it is not going to be installed
                Depends: wireshark-common (= 2.6.8-1~ubuntu16.04.0) but it is not going to be installed
                Recommends: libqt5multimedia5-plugins but it is not installable
E: Unable to correct problems, you have held broken packages.

答え1

以下を実行することをお勧めします...

sudo rm /var/cache/apt/archives/* -vf
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get autoremove -y

上記でエラーが発生した場合はお知らせください。

関連情報