Saturday, June 6, 2015

HOWTO: Install Cisco Packet Tracer on Fedora 21

Cisco Packet tracer is a network simulator tool used to simulate network topologies using Cisco devices( routers and switches,..).

Besides that Cisco Packet tracer allows network professionals to experiment their network behavior before implement it directly into the production environment. 

The packet tracer is only available through the networking academy website of Cisco called netacad, but I will provide you the packet tracer download link to download it, you can feel free to do what ever you want with packet tracer as you install on your system. I'll show you the way to INSTALL packet tracer on Fedora 21, and You can try it on other Distributions.

Beyond simulation, packet tracer provides visualization, of packet flow between different devices, assessment and collaboration capabilities and facilitates the teaching and learning culture by creating the different *.pka (packet tracer activities files). It support the unlimited number of devices with the simulation based learning environment which helps students to develops the required skills about networking that required in the present IT industry.

Let’s Start….
First thing you need to install openssl-lib and this is the way to

Open the Terminal and switch to root by typing thins command:

'# su' or  '# su -'  to change the current directory to the Root Directory
and type this command to download Openssl-lib package:
# wget http://www.deltaeridani.com/openssl-lib-compat-1.0.0i-1.fc20.i686.rpm

Now let's install  this package with the following Command :
# rpm -ivh openssl-lib-compat-1.0.0i-1.fc20.i686.rpm

After installing Openssl-lib we need to download Cisco Packet Tracer and install it.Okey?
 
Let's do it

First let's download the package :
# wget http://www.netadm.com.br/util/PacketTracer601_setup_linux.gz

Second we need to extract the file dowloaded:
# tar -zxvf PacketTracer601_setup_linux.gz  

We got as Result a Directory named "PacketTracer601"

Now just move to the Directory using cd command 

# cd PacketTracer601

This is it, Let's install it..

In this Directory you'll find a file named install, this the installation file.To install it just execute this file by the following command

# ./install

But before execute it you need to give it execute  permission by typing the following command line 

# chmod +x install

now Cisco Packet tracer is successfully installed
To start it just type the following command on the terminal

# packettracer



If you have any problem during installation just leave us a comment.

12 comments:

  1. Installation completed on centos 6.7 but unable to start. Kindly help. Thank You

    ReplyDelete
    Replies
    1. Try to reinstall it, it happen from time to time.! :/

      Delete
  2. Thanks, it worked after checking multiple different resources on the internet, your solution worked the best.

    ReplyDelete
  3. after the install packet tracer . type packettracer not exit the application

    ReplyDelete
    Replies
    1. Yeah this an error happens from time to time.
      Did u try to uninstall it and reinstall it again?

      Delete
  4. THanks, really usefull. I was looking for this a time ago. I used this in Fedora 23, 686 and works.

    ReplyDelete
  5. I was not able to start packettracer in fedora

    ReplyDelete
  6. [renjith@localhost ~]$ packettracer
    Starting Packet Tracer 6.0

    ReplyDelete
  7. [renjith@localhost ~]$ packettracer
    Starting Packet Tracer 6.0

    ReplyDelete
  8. i have install succesfully packet tracer but it unable to open

    ReplyDelete
  9. when i try to extract packet tracer file it shown the error:
    tar: Unexpected EOF in archive
    tar: Unexpected EOF in archive
    tar: Error is not recoverable: exiting now

    how to extract the file?

    ReplyDelete

author
My Linux Tricks
MyLinuxTricks's a Blog That intersted in Linux Operating Systems and it try to share some tricks with visitors, and Help who needs help..