Last active
September 24, 2017 18:01
-
-
Save mklkj/470db153d66b8eec02cd6708b50575d5 to your computer and use it in GitHub Desktop.
Packet Tracer 7.1 x64 (k)ubuntu 17.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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