Cisco Packet Tracer 6.0.1 in Ubuntu 1x.x
1.
2. Check downloaded Cisco-PT-601.bin file will be in your Downloads folder
https://drive.google.com/file/d/0B42R...
3. Open terminal and run commands :-
sudo su (then type your password)
mv Cisco-PT-601.bin /usr/bin
cd /usr/bin
chmod +x Cisco-PT-601.bin
./Cisco-PT-601.bin ( press enter again and again to skip all instructions and type Y to accept)
4. Now your cisco packet tracer is installed.
5. If you are using 32 bit ubuntu it will work just fine but if you are using 64 bit then type below command to install 32 bit libraries required :-
sudo apt-get install ia32-libs-gtk
6. Now you are good to go!! You can use your cisco packet tracer just fine.
vs...