Skip to content

Instantly share code, notes, and snippets.

@mklkj
Last active September 24, 2017 18:01
Show Gist options
  • Save mklkj/470db153d66b8eec02cd6708b50575d5 to your computer and use it in GitHub Desktop.
Save mklkj/470db153d66b8eec02cd6708b50575d5 to your computer and use it in GitHub Desktop.
Packet Tracer 7.1 x64 (k)ubuntu 17.04
// download and unpack https://www.netacad.com/group/offerings/packet-tracer/
cd PacketTracer71_64bit_linux/
sudo ./install
// if cant start
sudo apt-get install libqt5scripttools5:i386 libqt5scripttools5
rm /usr/local/bin/packettracer
ln -s /opt/pt/bin/PacketTracer7 /usr/local/bin/packettracer
// fix color sheme
cp -r ~/.kde ~/.kde-pt
systemsettings5 // change to light color sheme
// start from command line
export XDG_CONFIG_HOME=~/.kde-pt/ ; packettracer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment