Skip to content

An easier way to install Cisco Packet Tracer on Linux and avoid common errors.

License

Notifications You must be signed in to change notification settings

NyeUsr/Install-Cisco-Packet-Tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

What Does the Script Do?

This shell script provides an easier way to install Cisco Packet Tracer on Linux and avoid the common errors like:

The following packages have unmet dependencies:
packettracer: depends: libgl1-mesa-glx but it is not installable

by doing the following:

  • Installing all required dependencies
  • Downloading and Installing the missing libgl1-mesa-glx package from Debian
  • Resolving any dpkg interruptions from prior incomplete Packet Tracer installations
  • Providing step-by-step guidance for installing Packet Tracer

Usage Instructions

1. Download the Script

Download the latest version of the script by clicking here.

2. Make the Script Executable

In your terminal, navigate to the location of the downloaded script, and make it executable by running:

chmod +x install-packet-tracer.sh

3. Run the Script

./install-packet-tracer.sh