How to Install Cisco Packet Tracer 7.2.2 in Kali Linux 2020.1 OS

How to Install Cisco Packet Tracer 7.2.2 in Kali Linux 2020.1 OS

Cisco Packet Tracer is software developed by the Cisco Networking Academy department. This software allows you to design multiple scenarios in the field of networks because it will enable you to create different types of networks with wired and wireless media and use dynamic routing protocols.

It also allows for the development of convergent networks by implementing equipment with multiple services that act as servers, all transmitted and retransmitted packets can be visualized by a traffic analyzer that includes the program, allowing you to see how negotiation is set up Different transmission and routing protocols make their understanding easier.

Packet Tracker is available for Windows (32 and 64-bit), Linux (64-bit only), Android, and iOS. You must be logged in to access your content.

Installing on Android, iOS, and Windows requires no additional steps than downloading your installer from executable Windows from the relevant application market (Google Play Store, App Store) or Web page.

This article is intended to assist employees and trainees in installing and running Packet Tracer software under a Kali Linux Kali system (based on Debian).

Step 1: First, visit the Netacad website, create a new account, and download Packet Tracer for Linux.

Step 2: After downloading the installation file, copy the file to the Kali desktop and open the terminal.

Step 3: Test your Internet connection, and then use the command below to change the permission of the Packet Tracer.run file.

chmod +x PacketTracer-7.2.2-ubuntu-setup.run

Step 4: Use the command below on the terminal to start the Packet Tracer installation.

./PacketTracer-7.2.2-ubuntu-setup.run

Step 5: Finish the installation using the GUI setup wizard. And then, run “packettracer” in the terminal and open the application.

Step 6: You will see the Starting Cisco Packet Tracer message, but the program will not run! Because on Kali, you need to install some additional packages for this software. Add the following address to the Sources list and run the apt update command.

nano /etc/apt/sources.list
deb http://ftp.debian.org/debian stable main contrib non-free
apt update
wget http://ftp.us.debian.org/debian/pool/main/libp/libpng/libpng12-0_1.2.50-2+deb8u3_amd64.deb

Step 7: If the libpng installation fails, you must install the multiarch package. Use the following command to install the Multiarch package.

apt install multiarch-support

Step 8: When you try to reinstall libpng, you will see that the process was successful this time!

Copyright © 2025 | CiscoPods