8

Can anybody help me installing WireShark?

My Computer: Core i5 Intel Inspiron 15 5558 DELL 8GB RAM 1TB HDD. UBUNTU 14.04

fkraiem
  • 12,813

2 Answers2

13

wireshark is in the universe repository:

sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install wireshark

enter image description here

A.B.
  • 92,125
0

Pretty important, after installing Wireshark, run:

sudo dpkg-reconfigure wireshark-common

(see https://ask.wireshark.org/questions/16343/install-wireshark-on-ubuntu)