How to Run Packet tracer

LinUbuser

I downloaded packet tracer which was a zip file, and after extracting it, i am not sure how to run it since when i open the folder there aren't any icons (I have been used to windows) and to make me a little more lost, upon opening the folder it has an "install script". I added the liberty of sharing this through Google drive so you can replicate and better understand my problem. Use VM wear with it or just click the download arrow at https://drive.google.com/file/d/0BwNyCfESFvvUMWJoVVB1Qm9nSkk/view
Thanks for your time.!

Jos

Unzip the file into a local directory. Open a terminal (Ctrl + Alt + T) and cd to the directory. Find the install script and enter chmod +x install followed by sudo ./install. That should work.

A little explanation: The chmod makes your script executable (which it isn't by default, for security reasons). The install script itself should be run with sudo because ordinary users can not modify system directories.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

I can't run Cisco packet tracer 7.1 on Ubuntu

From Dev

how to open a file type pkz in ubuntu with a packet tracer version 6.0.3

From Dev

How to save login information on Cisco Packet Tracer 7.2 on Ubuntu 18.04?

From Dev

Wireshark capture in Packet tracer

From Dev

Trying to start Cisco packet tracer

From Dev

Packet Tracer 7.3.0 cannot be installed on Ubuntu

From Dev

Cisco packet tracer isn't displayed in Activities

From Dev

Build Access Control List (packet tracer)

From Dev

Packet Tracer 7 on Ubuntu 18.04 cannot launch

From Dev

Cisco packet tracer making sure that configurations are correct

From Dev

Cisco Packet Tracer: Configure Switch to Boot Using Specified Image

From Dev

Unable to install Cisco Packet Tracer 7.3 on Ubuntu 20.04

From Dev

What can GNS3 and Packet Tracer be used for besides simulations?

From Dev

Cisco Packet Tracer: Clear screen (cls) in PC Command Prompt

From Dev

Cisco Packet Tracer Connection Error - The cable cannot be connected to that port

From Dev

Packet Tracer 7.3.1 in Ubuntu 20.04 - symbol lookup error

From Dev

How to I set the permissions necessary to make the ioctl CDROM_SEND_PACKET command run?

From Dev

How to understand a packet is TCP CLOSE packet with sharPcap

From Dev

how to determine the size of a packet

From Dev

How to generate UDP packet

From Dev

How to find packet type

From Dev

Packet Tracer 6.0.1 - problem with running (error while loading shared libraries: libQtScriptTools.so.4: ...)

From Dev

What's the difference between `PT-Cloud` and `PT-Empty` in Cisco Packet Tracer?

From Dev

"Not able to gain root access with sudo" while installing Cisco Packet Tracer 7.0

From Dev

Packet Tracer 6.0.1 - problem with running (error while loading shared libraries: libQtScriptTools.so.4: ...)

From Dev

How to divide bit stream into packet

From Dev

How to create a custom packet in c?

From Dev

How to parse IP Packet in java

From Dev

How to read next packet in Qt

Related Related

  1. 1

    I can't run Cisco packet tracer 7.1 on Ubuntu

  2. 2

    how to open a file type pkz in ubuntu with a packet tracer version 6.0.3

  3. 3

    How to save login information on Cisco Packet Tracer 7.2 on Ubuntu 18.04?

  4. 4

    Wireshark capture in Packet tracer

  5. 5

    Trying to start Cisco packet tracer

  6. 6

    Packet Tracer 7.3.0 cannot be installed on Ubuntu

  7. 7

    Cisco packet tracer isn't displayed in Activities

  8. 8

    Build Access Control List (packet tracer)

  9. 9

    Packet Tracer 7 on Ubuntu 18.04 cannot launch

  10. 10

    Cisco packet tracer making sure that configurations are correct

  11. 11

    Cisco Packet Tracer: Configure Switch to Boot Using Specified Image

  12. 12

    Unable to install Cisco Packet Tracer 7.3 on Ubuntu 20.04

  13. 13

    What can GNS3 and Packet Tracer be used for besides simulations?

  14. 14

    Cisco Packet Tracer: Clear screen (cls) in PC Command Prompt

  15. 15

    Cisco Packet Tracer Connection Error - The cable cannot be connected to that port

  16. 16

    Packet Tracer 7.3.1 in Ubuntu 20.04 - symbol lookup error

  17. 17

    How to I set the permissions necessary to make the ioctl CDROM_SEND_PACKET command run?

  18. 18

    How to understand a packet is TCP CLOSE packet with sharPcap

  19. 19

    how to determine the size of a packet

  20. 20

    How to generate UDP packet

  21. 21

    How to find packet type

  22. 22

    Packet Tracer 6.0.1 - problem with running (error while loading shared libraries: libQtScriptTools.so.4: ...)

  23. 23

    What's the difference between `PT-Cloud` and `PT-Empty` in Cisco Packet Tracer?

  24. 24

    "Not able to gain root access with sudo" while installing Cisco Packet Tracer 7.0

  25. 25

    Packet Tracer 6.0.1 - problem with running (error while loading shared libraries: libQtScriptTools.so.4: ...)

  26. 26

    How to divide bit stream into packet

  27. 27

    How to create a custom packet in c?

  28. 28

    How to parse IP Packet in java

  29. 29

    How to read next packet in Qt

HotTag

Archive