Skip to main content

How to Install Wireshark on Ubuntu Linux

HardReset.InfoJanuary 8, 20264 min28 views
3 connections·4 entities in this video→

Installing Wireshark on Ubuntu

  • πŸ’‘ Wireshark is a powerful network analysis tool for capturing and analyzing network packets in real-time.
  • πŸš€ The installation process begins by visiting the official wireshark.org/download page to find the Linux/Ubuntu instructions.

Adding the PPA and Updating Packages

  • πŸ“Œ The first command to execute in the terminal is sudo add-apt-repository ppa:wireshark-dev/stable to add the Wireshark development PPA.
  • πŸ› οΈ After adding the repository, update your package lists with sudo apt update.
  • πŸ“¦ Next, install Wireshark using the command sudo apt install wireshark, confirming with 'Y' when prompted.

Verifying and Launching Wireshark

  • βœ… Verify the installation by typing wireshark --version in the terminal to check the installed version (e.g., Wireshark 4.6.2).
  • πŸ’» Launch Wireshark by simply typing wireshark in the terminal or by finding its icon in the applications menu.

Adding User to Wireshark Group

  • πŸ”‘ To capture packets without needing sudo privileges, add your user to the wireshark group using the command sudo usermod -aG wireshark $USER.
  • ⚠️ Important: You must log out and log back in for the group changes to take effect.
  • πŸ’‘ This step is crucial for ensuring Wireshark functions correctly for packet capturing.
Knowledge graph4 entities Β· 3 connections

How they connect

An interactive map of every person, idea, and reference from this conversation. Hover to trace connections, click to explore.

Hover Β· drag to explore
4 entities
Chapters2 moments

Key Moments

Transcript17 segments

Full Transcript

Topics10 themes

What’s Discussed

WiresharkUbuntuLinuxNetwork AnalysisPacket CapturePPAaptTerminal CommandssudoUser Groups
Smart Objects4 Β· 3 links
ProductsΒ· 2
ConceptΒ· 1
LocationΒ· 1