How to run Cisco packet tracer via command line Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do I run Cisco Packet Tracer 6.0.1?Problem with start Cisco Packet Tracer 6 on ubuntu 14.04 64bitCisco Packet Tracer install file backs up my home directory?Cisco Packet Tracer 6.2 not working Properly when Desktop icon is usedInstalling Cisco Packet Tracer 7 on Ubuntu 16.10Problem with start Cisco Packet Tracer 6.3I can't run Cisco packet tracer 7.1 on UbuntuTroubles installing Cisco Packet Tracer 7.1 on Ubuntu 17.10Packet Tracer 7.1.1 crashes on startup, Xubuntu 18.04Packet Tracer Segmentation Fault Ubuntu 18.04

Determine whether f is a function, an injection, a surjection

Are my PIs rude or am I just being too sensitive?

If A makes B more likely then B makes A more likely"

Is it possible to ask for a hotel room without minibar/extra services?

Statistical model of ligand substitution

How to market an anarchic city as a tourism spot to people living in civilized areas?

Unexpected result with right shift after bitwise negation

Limit for e and 1/e

Was credit for the black hole image misattributed?

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

If I can make up priors, why can't I make up posteriors?

Working around an AWS network ACL rule limit

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

Can a monk deflect thrown melee weapons?

How do you clear the ApexPages.getMessages() collection in a test?

Unable to start mainnet node docker container

How does modal jazz use chord progressions?

Autumning in love

Active filter with series inductor and resistor - do these exist?

Do we know why communications with Beresheet and NASA were lost during the attempted landing of the Moon lander?

3 doors, three guards, one stone

What is the electric potential inside a point charge?

Writing Thesis: Copying from published papers

Antler Helmet: Can it work?



How to run Cisco packet tracer via command line



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do I run Cisco Packet Tracer 6.0.1?Problem with start Cisco Packet Tracer 6 on ubuntu 14.04 64bitCisco Packet Tracer install file backs up my home directory?Cisco Packet Tracer 6.2 not working Properly when Desktop icon is usedInstalling Cisco Packet Tracer 7 on Ubuntu 16.10Problem with start Cisco Packet Tracer 6.3I can't run Cisco packet tracer 7.1 on UbuntuTroubles installing Cisco Packet Tracer 7.1 on Ubuntu 17.10Packet Tracer 7.1.1 crashes on startup, Xubuntu 18.04Packet Tracer Segmentation Fault Ubuntu 18.04



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I downloaded the Cisco Packet tracer .bin file from



http://www.mediafire.com/?r95gqy7n331ht8t



then typed the following command,



sudo sh PacketTracer533_i386_installer-deb.bin


that command installed the Cisco Packet tracer for me, but I am not getting any way to run it.



Please help.










share|improve this question




























    2















    I downloaded the Cisco Packet tracer .bin file from



    http://www.mediafire.com/?r95gqy7n331ht8t



    then typed the following command,



    sudo sh PacketTracer533_i386_installer-deb.bin


    that command installed the Cisco Packet tracer for me, but I am not getting any way to run it.



    Please help.










    share|improve this question
























      2












      2








      2








      I downloaded the Cisco Packet tracer .bin file from



      http://www.mediafire.com/?r95gqy7n331ht8t



      then typed the following command,



      sudo sh PacketTracer533_i386_installer-deb.bin


      that command installed the Cisco Packet tracer for me, but I am not getting any way to run it.



      Please help.










      share|improve this question














      I downloaded the Cisco Packet tracer .bin file from



      http://www.mediafire.com/?r95gqy7n331ht8t



      then typed the following command,



      sudo sh PacketTracer533_i386_installer-deb.bin


      that command installed the Cisco Packet tracer for me, but I am not getting any way to run it.



      Please help.







      command-line cisco






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 29 '15 at 1:49









      DebDeb

      1173513




      1173513




















          3 Answers
          3






          active

          oldest

          votes


















          0














          The command to run Cisco Packet Tracer is packettracer






          share|improve this answer























          • On running above command I get : "Command not found."

            – Deb
            Apr 29 '15 at 6:16











          • @Deb Sounds like it's not in your PATH. In that case you would need to go to the directory that contains the packettracer program, or follow the answer of New USer to run it from anywhere

            – cremefraiche
            Apr 29 '15 at 7:56



















          0














          The installer extract files to the path:



          /usr/local/PacketTracer*/


          The executable is:



          /usr/local/PacketTracer*/bin/PacketTracer*


          now you can make a soft link so you can run command directly in your terminal:



          sudo ln -s /usr/local/PacketTracer*/bin/PacketTracer* /usr/local/bin/





          share|improve this answer























          • Hi @Maythux. In my situation, default installation, the packet is in /opt/pt not in /usr. I will write that in my next answer, copy and paste from your solution. Then I will delete it if you edit your responce with that correction (and write something as comment on my answer)

            – feligiotti
            May 30 '15 at 16:09



















          0














          You have to find where the installation program is located, enter in that directory then do:



          ./packettracer


          in my situation is:



          /opt/pt/./packettracer


          As @Maythux say, to let you execute via bash directly, you can do a link in /usr/local/bin/




          The script executable is:



          /opt/pt/packettracer


          now you can make a soft link so you can run command directly in your
          terminal:



          sudo ln -s /opt/pt/packettracer /usr/local/bin/



          or, simple, copy that file-script in your Desktop.



          NB make it executable if isn't!






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f615635%2fhow-to-run-cisco-packet-tracer-via-command-line%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            The command to run Cisco Packet Tracer is packettracer






            share|improve this answer























            • On running above command I get : "Command not found."

              – Deb
              Apr 29 '15 at 6:16











            • @Deb Sounds like it's not in your PATH. In that case you would need to go to the directory that contains the packettracer program, or follow the answer of New USer to run it from anywhere

              – cremefraiche
              Apr 29 '15 at 7:56
















            0














            The command to run Cisco Packet Tracer is packettracer






            share|improve this answer























            • On running above command I get : "Command not found."

              – Deb
              Apr 29 '15 at 6:16











            • @Deb Sounds like it's not in your PATH. In that case you would need to go to the directory that contains the packettracer program, or follow the answer of New USer to run it from anywhere

              – cremefraiche
              Apr 29 '15 at 7:56














            0












            0








            0







            The command to run Cisco Packet Tracer is packettracer






            share|improve this answer













            The command to run Cisco Packet Tracer is packettracer







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 29 '15 at 2:21









            cremefraichecremefraiche

            292110




            292110












            • On running above command I get : "Command not found."

              – Deb
              Apr 29 '15 at 6:16











            • @Deb Sounds like it's not in your PATH. In that case you would need to go to the directory that contains the packettracer program, or follow the answer of New USer to run it from anywhere

              – cremefraiche
              Apr 29 '15 at 7:56


















            • On running above command I get : "Command not found."

              – Deb
              Apr 29 '15 at 6:16











            • @Deb Sounds like it's not in your PATH. In that case you would need to go to the directory that contains the packettracer program, or follow the answer of New USer to run it from anywhere

              – cremefraiche
              Apr 29 '15 at 7:56

















            On running above command I get : "Command not found."

            – Deb
            Apr 29 '15 at 6:16





            On running above command I get : "Command not found."

            – Deb
            Apr 29 '15 at 6:16













            @Deb Sounds like it's not in your PATH. In that case you would need to go to the directory that contains the packettracer program, or follow the answer of New USer to run it from anywhere

            – cremefraiche
            Apr 29 '15 at 7:56






            @Deb Sounds like it's not in your PATH. In that case you would need to go to the directory that contains the packettracer program, or follow the answer of New USer to run it from anywhere

            – cremefraiche
            Apr 29 '15 at 7:56














            0














            The installer extract files to the path:



            /usr/local/PacketTracer*/


            The executable is:



            /usr/local/PacketTracer*/bin/PacketTracer*


            now you can make a soft link so you can run command directly in your terminal:



            sudo ln -s /usr/local/PacketTracer*/bin/PacketTracer* /usr/local/bin/





            share|improve this answer























            • Hi @Maythux. In my situation, default installation, the packet is in /opt/pt not in /usr. I will write that in my next answer, copy and paste from your solution. Then I will delete it if you edit your responce with that correction (and write something as comment on my answer)

              – feligiotti
              May 30 '15 at 16:09
















            0














            The installer extract files to the path:



            /usr/local/PacketTracer*/


            The executable is:



            /usr/local/PacketTracer*/bin/PacketTracer*


            now you can make a soft link so you can run command directly in your terminal:



            sudo ln -s /usr/local/PacketTracer*/bin/PacketTracer* /usr/local/bin/





            share|improve this answer























            • Hi @Maythux. In my situation, default installation, the packet is in /opt/pt not in /usr. I will write that in my next answer, copy and paste from your solution. Then I will delete it if you edit your responce with that correction (and write something as comment on my answer)

              – feligiotti
              May 30 '15 at 16:09














            0












            0








            0







            The installer extract files to the path:



            /usr/local/PacketTracer*/


            The executable is:



            /usr/local/PacketTracer*/bin/PacketTracer*


            now you can make a soft link so you can run command directly in your terminal:



            sudo ln -s /usr/local/PacketTracer*/bin/PacketTracer* /usr/local/bin/





            share|improve this answer













            The installer extract files to the path:



            /usr/local/PacketTracer*/


            The executable is:



            /usr/local/PacketTracer*/bin/PacketTracer*


            now you can make a soft link so you can run command directly in your terminal:



            sudo ln -s /usr/local/PacketTracer*/bin/PacketTracer* /usr/local/bin/






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 29 '15 at 7:31









            MaythuxMaythux

            52.3k34175220




            52.3k34175220












            • Hi @Maythux. In my situation, default installation, the packet is in /opt/pt not in /usr. I will write that in my next answer, copy and paste from your solution. Then I will delete it if you edit your responce with that correction (and write something as comment on my answer)

              – feligiotti
              May 30 '15 at 16:09


















            • Hi @Maythux. In my situation, default installation, the packet is in /opt/pt not in /usr. I will write that in my next answer, copy and paste from your solution. Then I will delete it if you edit your responce with that correction (and write something as comment on my answer)

              – feligiotti
              May 30 '15 at 16:09

















            Hi @Maythux. In my situation, default installation, the packet is in /opt/pt not in /usr. I will write that in my next answer, copy and paste from your solution. Then I will delete it if you edit your responce with that correction (and write something as comment on my answer)

            – feligiotti
            May 30 '15 at 16:09






            Hi @Maythux. In my situation, default installation, the packet is in /opt/pt not in /usr. I will write that in my next answer, copy and paste from your solution. Then I will delete it if you edit your responce with that correction (and write something as comment on my answer)

            – feligiotti
            May 30 '15 at 16:09












            0














            You have to find where the installation program is located, enter in that directory then do:



            ./packettracer


            in my situation is:



            /opt/pt/./packettracer


            As @Maythux say, to let you execute via bash directly, you can do a link in /usr/local/bin/




            The script executable is:



            /opt/pt/packettracer


            now you can make a soft link so you can run command directly in your
            terminal:



            sudo ln -s /opt/pt/packettracer /usr/local/bin/



            or, simple, copy that file-script in your Desktop.



            NB make it executable if isn't!






            share|improve this answer



























              0














              You have to find where the installation program is located, enter in that directory then do:



              ./packettracer


              in my situation is:



              /opt/pt/./packettracer


              As @Maythux say, to let you execute via bash directly, you can do a link in /usr/local/bin/




              The script executable is:



              /opt/pt/packettracer


              now you can make a soft link so you can run command directly in your
              terminal:



              sudo ln -s /opt/pt/packettracer /usr/local/bin/



              or, simple, copy that file-script in your Desktop.



              NB make it executable if isn't!






              share|improve this answer

























                0












                0








                0







                You have to find where the installation program is located, enter in that directory then do:



                ./packettracer


                in my situation is:



                /opt/pt/./packettracer


                As @Maythux say, to let you execute via bash directly, you can do a link in /usr/local/bin/




                The script executable is:



                /opt/pt/packettracer


                now you can make a soft link so you can run command directly in your
                terminal:



                sudo ln -s /opt/pt/packettracer /usr/local/bin/



                or, simple, copy that file-script in your Desktop.



                NB make it executable if isn't!






                share|improve this answer













                You have to find where the installation program is located, enter in that directory then do:



                ./packettracer


                in my situation is:



                /opt/pt/./packettracer


                As @Maythux say, to let you execute via bash directly, you can do a link in /usr/local/bin/




                The script executable is:



                /opt/pt/packettracer


                now you can make a soft link so you can run command directly in your
                terminal:



                sudo ln -s /opt/pt/packettracer /usr/local/bin/



                or, simple, copy that file-script in your Desktop.



                NB make it executable if isn't!







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 30 '15 at 16:38









                feligiottifeligiotti

                4591314




                4591314



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f615635%2fhow-to-run-cisco-packet-tracer-via-command-line%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?