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/stableto 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 --versionin the terminal to check the installed version (e.g., Wireshark 4.6.2). - π» Launch Wireshark by simply typing
wiresharkin the terminal or by finding its icon in the applications menu.
Adding User to Wireshark Group
- π To capture packets without needing
sudoprivileges, add your user to thewiresharkgroup using the commandsudo 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