Não consigo instalar o wirehark

Não consigo instalar o wirehark

Ao executar o comando 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.

Responder1

Eu aconselharia executar o seguinte ...

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

Deixe-me saber se ocorrer algum erro acima.

informação relacionada