How To Open Wireshark In Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Install Wireshark:
• On Ubuntu/Debian systems, you can install Wireshark by running the following command:
$ sudo apt-get install wireshark
• On Fedora/CentOS systems, you can install Wireshark by running the following command:
$ sudo yum install wireshark
2. Start Wireshark:
• To start Wireshark, run the following command:
$ wireshark
• This will open the Wireshark GUI.