PACKET TRACER ON KALI, SIMPLE INSTALLATION
- simon walaka
- May 22, 2024
- 1 min read

I have been strugglin to install Packet tracer on kali linux machine
here is a simple guide to easily achieve this.
t took me 5 months:
The two dependencies that refused to install were:
1) libxcb-xinerama0-dev
2) libgl1-mesa-glx
I simply installed the first one by opening my terminal and typing "sudo apt install libxcb-xinerama0-dev" and it worked.
for libgl1-mesa-glx
for amd64
install the deb file using the terminal
sudo dpkg -i libgli.... .deb
got to cisco official site, login
download the packet tracer
then open the terminal
type sudo dpkg -i Cisco..... .deb

now type packettracer

we are all done

kabooom 5 months in a night
you are good to go!!!
Comments