Installing Cisco Packet Tracer in Linux
Installing Cisco Packet Tracer in Linux
Cisco Packet tracer is a powerful network simulator tool which used to trained while we do some
Cisco certifications. It provide us good Interface view for every router’s, and networking devices
which with many options same as using the physical machines we can use unlimited devices in a
network. We can create multiple network in single project to get trained like a professionals. packet
tracer will provide us with simulated application layer protocols such as HTTP, DNS, Routing with
RIP, OSPF, EIGRP etc.
Now it has been released including ASA 5505 firewall with command line configurations. Packet
tracer available commonly for Windows, but not for Linux distributions. Here we can download and
get install Cisco package tracer.
1 of 11 02.05.2016 23:16
Installing Cisco Packet tracer in Linux http://www.unixmen.com/installing-cisco-packet-t...
The next Cisco Packet Tracer version will be Cisco Packet Tracer 6.2 currently it’s under
development.
My Environment Setup:
Hostname : desktop1.unixmen.com
IP address : 192.168.0.167
hostname
lsb_release -a
2 of 11 02.05.2016 23:16
Installing Cisco Packet tracer in Linux http://www.unixmen.com/installing-cisco-packet-t...
To download Packet Tracer from official website we need to have a token, sign into Cisco NetSpace
and select CCNA > Cisco Packet Tracer from the Offerings menu to start the download. If we don’t
have a token you can get from below link which i have uploaded in Dropbox.
Many of them don’t have a token to download packet tracer. For that i have uploaded it in dropbox
you can get packet tracer from below URL.
3 of 11 02.05.2016 23:16
Installing Cisco Packet tracer in Linux http://www.unixmen.com/installing-cisco-packet-t...
To get install packet tracer we need to have install Java, To get install java we can use the default or
add the PPA repository and update the package cache to get install java.
Install the default jre using
(or)
Use the below step to get install Java Run-time and set the Environment.
cd /usr/lib/jvm/
Set the environment for java by editing the profile file and add the location. While we adding in
profile file java will available for every user’s in our machine.
4 of 11 02.05.2016 23:16
Installing Cisco Packet tracer in Linux http://www.unixmen.com/installing-cisco-packet-t...
sudo vi /etc/profile
export JAVA_HOME=/usr/lib/jvm/jre1.8.0_31
export PATH=$PATH:/usr/java/jre1.8.0_31/bin
. /etc/profile
echo $JAVA_HOME
java -version
For Packet tracer we need some of 32bit packages. To get install 32bit packages we need to install
some of dependencies using below commands.
5 of 11 02.05.2016 23:16
Installing Cisco Packet tracer in Linux http://www.unixmen.com/installing-cisco-packet-t...
6 of 11 02.05.2016 23:16
Installing Cisco Packet tracer in Linux http://www.unixmen.com/installing-cisco-packet-t...
cd PacketTracer611Student
Now it’s time to start the installation , Installation is very simple and just take few seconds.
sudo ./install
7 of 11 02.05.2016 23:16
Installing Cisco Packet tracer in Linux http://www.unixmen.com/installing-cisco-packet-t...
To working with Package tracer we need to set the environment for that Cisco have provided the
environment script, We need to run the script using root user to set the environment variable.
sudo ./set_ptenv.sh
That’s it for installation step’s. next we need to create a Desktop Icon for Packet tracer.
Create the Desktop Icon by creating desktop file under.
sudo su
cd /usr/share/applications
Append the Below content to the file using vim editor or your favourite one.
[Desktop Entry]
Name= Packettracer
8 of 11 02.05.2016 23:16
Installing Cisco Packet tracer in Linux http://www.unixmen.com/installing-cisco-packet-t...
Comment=Networking
GenericName=Cisco Packettracer
Exec=/opt/packettracer/packettracer
Icon=/usr/share/icons/packettracer.jpeg
StartupNotify=true
Terminal=false
Type=Application
sudo packettracer
That’s it we have successfully installed the packet tracer in Linux, These above steps are suitable
for every debian based Linux distributions.
9 of 11 02.05.2016 23:16
Installing Cisco Packet tracer in Linux http://www.unixmen.com/installing-cisco-packet-t...
Resources:
Conclusion:
Here we have seen how to install packet tracer in Linux distribution, Hope you have find a way to
get install your favorite Simulator in Linux.
10 of 11 02.05.2016 23:16
Installing Cisco Packet tracer in Linux http://www.unixmen.com/installing-cisco-packet-t...
Arjun Mayilvaganan
Same problem, Same Linux Distribution. If you had that problem resolved, please let me know.
Alexis
Installing PT 6.3 on Debian 8.3…. thank.
NN#4
same in debian 8.2, when i install it, the first time it runs, but if i close or reboot, it does not work
anymore
Martin Krajčírovič
Command not found:
sudo dpkg –add-architecture i386
Saeid
Thank you very much. I installed PT on Debian Jessie and it works for me. Just I had to remove
“sudo” from both files “install” and “set_ptenv.sh”.
11 of 11 02.05.2016 23:16