Installing Cisco Packet Tracer 6.2 in Ubuntu 14.04

Note: This is a step by step guide to install Cisco Packet Tracer 6.2 (Student Version) in Ubuntu 14.04 (This may also work on other versions, but I have done it on 14.04). Here appropriate location for me is the Desktop.

  • Download the Cisco Packet Tracer 6.2 from here (Size – 180 MB).
  • Move the downloaded folder to appropriate location (Desktop or Downloads or anywhere else).
  • Open the “.tar.gz” folder with “Archive Manager” and “Extract” the content to appropriate location.
  • Open terminal using Ctrl+Alt+T.
  • Change directory to the folder (in appropriate location) using cd. [ If stored in desktop cd Desktop/PacketTracer62Student ]
  • Run the installation file using ./install

  • Accept the terms and conditions by pressing Y
  • It will ask root permissions to copy files to opt/pt, input your password to continue installation.

  • There is an convenient symbolic link created, which should be allowed.
  • Packet Tracer should be installed! To run either use the command packettracer from terminal or go to the folder PacketTracer62Student/bin and double click on PacketTracer6.

Congratulations on installing Cisco Packet Tracer 6.2!

One thought on “Installing Cisco Packet Tracer 6.2 in Ubuntu 14.04

  1. In some cases you may need to do the following as well,
    If you are using 64 bit Ubuntu then type below command to install 32 bit libraries required:
    sudo apt-get install ia32-libs-gtk

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Google+ photo

You are commenting using your Google+ account. Log Out / Change )

Connecting to %s