Skip to content

Instantly share code, notes, and snippets.

@sergioPerez-e
Last active March 2, 2025 10:02
Show Gist options
  • Save sergioPerez-e/71d20856135d79cbadfe3bad43691a8f to your computer and use it in GitHub Desktop.
Save sergioPerez-e/71d20856135d79cbadfe3bad43691a8f to your computer and use it in GitHub Desktop.
Install Packet Tracer and Wireshark

CISCO PACKET TRACER & WIRESHAR On Ubuntu/Debian

CISCO Packet Tracer

  1. Download libl1-mesa http://ftp.au.debian.org/debian/pool/main/m/mesa/libgl1-mesa-glx_20.3.5-1_amd64.deb

  2. Install sudo dpkg -ilibgl1-mesa-glx_20.3.5-1_amd64.deb

  3. Install Packet Tracer DEB package sudo apt install -f ./Packet_Tracer822_amd64_signed.deb

Wireshark

sudo add-apt-repository ppa:wireshark-dev/stable

sudo apt-get update

sudo apt-get install wireshark

sudo dpkg-reconfigure wireshark-common

sudo adduser $USER wireshark

sudo reboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment