network sniffer

Asked by princen

What programs in ubuntu can be used as a network sniffer and how can i install it using the sudo apt-get install?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#1

Please open a Terminal from the menu Applications->Accessories->Terminal and type:

sudo apt-get install wireshark

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
princen (spurchampion) said :
#2

Thanks marcobra, that solved my question.