Step 1 :
sudo apt-get update
sudo apt-get install wireshark
sudo dpkg-reconfigure wireshark-common
Answer "
Yes
" to the pop-up which allow non-root users to capture the packets. You can consider to enable it but it is danger.Step 2 :
To run it. You can run it at any directory.
sudo -sH
wireshark
That's all! See you.