I was watching some CBT Nuggets tutorials, and then I wanted to work with Cisco routers. But I didn’t have any Cisco device, so I downloaded the Cisco Packet Tracer.
If you want to install Cisco Packet Tracer 6.0.1, you have to download the “Cisco Packet Tracer 6.0.1 for Linux – Ubuntu installation (no tutorials).bin” file. This name is too long for me, so I renamed it to “cp.bin”.
Then take a terminal window and change the directory to the place where you downloaded the installation file. Type the following commands:
Then press the space bar to scroll down “EULA”. And press “y”. Then press the “Enter” key. Setup will prompt for the root password; please enter it. You will successfully install Cisco Packet Tracer, but if you are going to run it, you will get nothing. That is because the libraries you need to run this on the 64-bit Ubuntu version are not installed. You have to install them. To install those 32-bit libraries, type the following command in your terminal.
sudo apt-get install ia32-libs-gtk
After installing those libraries, you are good to go! You can enjoy Packet Tracer 6.0.1 on Ubuntu 13.04 64-bit.
PS: I tested this on Ubuntu 12.04 64-bit as well. This works! This should work on 12.10 as well, but I couldn’t test it.
If you are looking for “Installing Cisco Packet Tracer 6.0.1 on Ubuntu 13.10 (64-Bit)“