How to Install Packet Tracer on Linux

Cisco Certified Network Associate certification has become must for anybody who wishes to start  a career in networking. This certification validates that you have the ability to install,configure and troubleshoot a network. You need  lot of practice for achieving success in this exam. A part from the labs where you are getting trained for CCNA what if you had a chance to practice at home. Or what if you want to self learn for CCNA? Well for both of the questions above, Cisco Packet Tracer is the perfect answer. To quote from Cisco’s official website,Packet tracer is a powerful network simulation program that allows students to experiment with network behavior and ask “what if” questions.

It further says,

“The simulation-based learning environment helps students develop 21st century skills such as decision making, creative and critical thinking, and problem solving. Packet Tracer complements the Networking Academy curricula, allowing instructors to easily teach and demonstrate complex technical concepts and networking systems design.”

To install Packet Tracer in Linux, we need a .deb package of Packet tracer which can be downloaded from here. Now I am going to install it in Ubuntu Precise Pangolin (12.04). Download the above file to the desktop.

ubun1

 Start the terminal and see your current working directory by typing pwd. If the current directory is not desktop move to the Desktop directory using cd. After reaching the Desktop directory, type ls to see if the packet tracer binary is there.

ubun2

Left click on the packet tracer .bin file displayed after typing ls above,the entire word will be selected. Then right click and select copy. Now type chmod +x and then hit CTRL+SHIFT+V to paste the text we copied above. Our command should look like this.

chmod +x  PacketTracer533_i386_installer-deb.bin

What chmod +x command does is that it gives all users permission to execute.

ubun3

Then type ./PacketTracer533_i386_installer-deb.bin in the terminal.This will start extracting the binary package.

ubun4

Then terminal prompts us to hit Enter to read the End User License Agreement.Hit Enter.

ubun5

After displaying a rather long EULA, terminal asks us if we accept the terms of EULA. Type Y.

ubun6

Then system asks us for the sudo password.Type the password and hit Enter.

ubun7

When the installation is finished, close the terminal,go to Dashboard, if packet tracer is not seen,type ‘pac’ in the search box. When Packet Tracer is shown, click on it.

ubun8

A messagebox shows up saying that we are starting packet tracer for the first time and our files will be stored in a specific folder. folder root will be shown in this pop up messege. Click OK.

ubun9

Another message box will pops up don’t mind Click on OK.

ubun10

Packet tracer is started successfully

ubun11

Thanks, If you like this tutorial please share this article to your friends in FBTwitter,

No Comments

Add a Comment

Your email address will not be published. Required fields are marked *