Skip to content

Instantly share code, notes, and snippets.

@ispguru
Last active November 21, 2019 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ispguru/6d0c8dd92d0115dc9591a3d2455bba7f to your computer and use it in GitHub Desktop.
Save ispguru/6d0c8dd92d0115dc9591a3d2455bba7f to your computer and use it in GitHub Desktop.
PacketTracer in Ubuntu 18.04
#!/bin/bash
#Log in to netacad.com (or register first, it's free)
#Go to Resources->Download Packet Tracer
#Click the link for "64 Bit Download" under Linux Desktop Version 7.2 English
#Move the downloaded file to the folder of your choice and extract it. Note that sudo is required to avoid permission problems
sudo cd Download
sudo chmod +x PacketTracer-7.2.2-ubuntu-setup.run
sudo ./PacketTracer-7.2.2-ubuntu-setup.run
sudo wget http://ftp.debian.org/debian/pool/main/libp/libpng/libpng12-0_1.2.50-2+deb8u3_amd64.deb
sudo dpkg -i libpng12-0_1.2.50-2+deb8u3_amd64.deb
sudo packettracer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment