Skip to content
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 desktopcd 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
packettracerfrom terminal or go to the folderPacketTracer62Student/binand double click onPacketTracer6.
Congratulations on installing Cisco Packet Tracer 6.2!
One thought on “Installing Cisco Packet Tracer 6.2 in Ubuntu 14.04”
Leave a Reply
%d bloggers like this:



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-gtkLikeLike