In this blog post, I will show you how to install cisco packet tracker on kali Linux, the procedure I am about to show you works for other debian OS like ubuntu also.Cisco Packet Tracer is a network simulation program designed for students to experiment & learn networking concepts. It allows students to create a virtual network with number of devices and helps learn troubleshooting.
If you have mac/windows, this page might not be for you unless you are just curious about how to install on linux. I had some issues while doing this install and found the fix. First, you need to install libssl library for your kali and rest of the process is straight forward.
Pr-requisite
You need to install libssl1.0.0_1.0.1t-1+deb8u6_amd64.deb. Libssl is a part of OpenSSL project which supports SSL/TLS protocols for secure communication.
Install libssl
wget https://packages.debian.org/jessie/amd64/libssl1.0.0/download
dpkg -i libssl1.0.0_1.0.1t-1+deb8u6_amd64.deb
Download & install Packet Tracer
You can download the packet tracer from your browser from this link. In order to download you need to signup there, so register yourself using gmail. Once the download is complete, let’s move this to some directory say, packetTracer then, extract & install
mkdir packetTracer
tar -xvf PacketTracer71_64bit_linux.tar.gz
./install
Once the installation is complete, you need to restart your computer for changes. Now, you should be able to access packet tracker from the search (the start button)

I recommend you to use packet tracer v7.0 because, for some reason v7.1 didn’t work for me.
i tried everything to get packetTracer 7.3.0 to install but nothing that i tried worked, at first i got error message ” libdouble-conversion” i was able to get packetTracer7.2.2 to work but had to first install and run packetTracer 6.2 ,i was able to download version7.2.2 but the only way i could get it to run was to choose “open with other application” and then choose packetTracer6.2 to open it and it then ran perfectly without issue but no matter what i try with version 7.3.0 i cant get it to run, your advise would be appreciated
Comment by seosamh OhAodha — December 13, 2019 @ 11:36 pm
I’m having the same issue, nothing works for me to run 7.3.0 on my Linux debian system.
I can run 7.2.2 but for CCNAv7 you need to use 7.3.0.
Comment by Michael Hocutt — January 14, 2020 @ 3:02 pm