What is the command to start chromium browser from the terminal?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
-2
down vote

favorite












How can I run applications from terminal?

For some applications I can find the path/name using which or whatis: which python or whatis mathematica or whatis math, but I can't run them by typing mathematica or math.

However, python works fine and I don't know what command I should give to chromium to run it. I can give a command to tor-browser to run in terminal, though.



I am using Debian Stretch with Gnome desktop.







share|improve this question


























    up vote
    -2
    down vote

    favorite












    How can I run applications from terminal?

    For some applications I can find the path/name using which or whatis: which python or whatis mathematica or whatis math, but I can't run them by typing mathematica or math.

    However, python works fine and I don't know what command I should give to chromium to run it. I can give a command to tor-browser to run in terminal, though.



    I am using Debian Stretch with Gnome desktop.







    share|improve this question
























      up vote
      -2
      down vote

      favorite









      up vote
      -2
      down vote

      favorite











      How can I run applications from terminal?

      For some applications I can find the path/name using which or whatis: which python or whatis mathematica or whatis math, but I can't run them by typing mathematica or math.

      However, python works fine and I don't know what command I should give to chromium to run it. I can give a command to tor-browser to run in terminal, though.



      I am using Debian Stretch with Gnome desktop.







      share|improve this question














      How can I run applications from terminal?

      For some applications I can find the path/name using which or whatis: which python or whatis mathematica or whatis math, but I can't run them by typing mathematica or math.

      However, python works fine and I don't know what command I should give to chromium to run it. I can give a command to tor-browser to run in terminal, though.



      I am using Debian Stretch with Gnome desktop.









      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 30 '17 at 19:13









      slybloty

      5563733




      5563733










      asked Oct 30 '17 at 18:12









      Jawad_Mansoor

      62




      62




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          2
          down vote













          Try chromium-browser.



          If that doesn't work, issue the command dpkg-query -L chromium to list all the files installed during installation of chromium browser. One of these files will be your binary.






          share|improve this answer



























            up vote
            1
            down vote













            Find the actual name of your application and then type it in the terminal:



            chromium-browser


            If you've run the application from GUI before, right-click the name in the menu and you should see the command/path of the application under Properties. That is where the actual name could be found as well.



            Or you could search for it using find or apt-cache search or ...



            Or maybe you have to add its location to PATH.



            PATH=$PATH:/path/to/chromium


            The world is full of options.






            share|improve this answer






















            • Thank you slybloty. I was looking for that, right click and command. I can find paths of many (almost all installed programs with it).However there occurs the problem when I try to do that with Mathematica in /bin/sh/usr/local/Wolfram/Mathematica/11.2/Executables, right clicking does not show the dialogue box with "command" in it. The dialogue box which appears has no "command" line/section. However, I found a path where there is a Mathematica icon, when I right click on it, it shows the command which I can use to run it from terminal. Path was /usr/share.
              – Jawad_Mansoor
              Nov 2 '17 at 1:45










            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            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',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f401455%2fwhat-is-the-command-to-start-chromium-browser-from-the-terminal%23new-answer', 'question_page');

            );

            Post as a guest






























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            2
            down vote













            Try chromium-browser.



            If that doesn't work, issue the command dpkg-query -L chromium to list all the files installed during installation of chromium browser. One of these files will be your binary.






            share|improve this answer
























              up vote
              2
              down vote













              Try chromium-browser.



              If that doesn't work, issue the command dpkg-query -L chromium to list all the files installed during installation of chromium browser. One of these files will be your binary.






              share|improve this answer






















                up vote
                2
                down vote










                up vote
                2
                down vote









                Try chromium-browser.



                If that doesn't work, issue the command dpkg-query -L chromium to list all the files installed during installation of chromium browser. One of these files will be your binary.






                share|improve this answer












                Try chromium-browser.



                If that doesn't work, issue the command dpkg-query -L chromium to list all the files installed during installation of chromium browser. One of these files will be your binary.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Oct 30 '17 at 18:50









                Śubham

                844




                844






















                    up vote
                    1
                    down vote













                    Find the actual name of your application and then type it in the terminal:



                    chromium-browser


                    If you've run the application from GUI before, right-click the name in the menu and you should see the command/path of the application under Properties. That is where the actual name could be found as well.



                    Or you could search for it using find or apt-cache search or ...



                    Or maybe you have to add its location to PATH.



                    PATH=$PATH:/path/to/chromium


                    The world is full of options.






                    share|improve this answer






















                    • Thank you slybloty. I was looking for that, right click and command. I can find paths of many (almost all installed programs with it).However there occurs the problem when I try to do that with Mathematica in /bin/sh/usr/local/Wolfram/Mathematica/11.2/Executables, right clicking does not show the dialogue box with "command" in it. The dialogue box which appears has no "command" line/section. However, I found a path where there is a Mathematica icon, when I right click on it, it shows the command which I can use to run it from terminal. Path was /usr/share.
                      – Jawad_Mansoor
                      Nov 2 '17 at 1:45














                    up vote
                    1
                    down vote













                    Find the actual name of your application and then type it in the terminal:



                    chromium-browser


                    If you've run the application from GUI before, right-click the name in the menu and you should see the command/path of the application under Properties. That is where the actual name could be found as well.



                    Or you could search for it using find or apt-cache search or ...



                    Or maybe you have to add its location to PATH.



                    PATH=$PATH:/path/to/chromium


                    The world is full of options.






                    share|improve this answer






















                    • Thank you slybloty. I was looking for that, right click and command. I can find paths of many (almost all installed programs with it).However there occurs the problem when I try to do that with Mathematica in /bin/sh/usr/local/Wolfram/Mathematica/11.2/Executables, right clicking does not show the dialogue box with "command" in it. The dialogue box which appears has no "command" line/section. However, I found a path where there is a Mathematica icon, when I right click on it, it shows the command which I can use to run it from terminal. Path was /usr/share.
                      – Jawad_Mansoor
                      Nov 2 '17 at 1:45












                    up vote
                    1
                    down vote










                    up vote
                    1
                    down vote









                    Find the actual name of your application and then type it in the terminal:



                    chromium-browser


                    If you've run the application from GUI before, right-click the name in the menu and you should see the command/path of the application under Properties. That is where the actual name could be found as well.



                    Or you could search for it using find or apt-cache search or ...



                    Or maybe you have to add its location to PATH.



                    PATH=$PATH:/path/to/chromium


                    The world is full of options.






                    share|improve this answer














                    Find the actual name of your application and then type it in the terminal:



                    chromium-browser


                    If you've run the application from GUI before, right-click the name in the menu and you should see the command/path of the application under Properties. That is where the actual name could be found as well.



                    Or you could search for it using find or apt-cache search or ...



                    Or maybe you have to add its location to PATH.



                    PATH=$PATH:/path/to/chromium


                    The world is full of options.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Oct 30 '17 at 19:00

























                    answered Oct 30 '17 at 18:50









                    slybloty

                    5563733




                    5563733











                    • Thank you slybloty. I was looking for that, right click and command. I can find paths of many (almost all installed programs with it).However there occurs the problem when I try to do that with Mathematica in /bin/sh/usr/local/Wolfram/Mathematica/11.2/Executables, right clicking does not show the dialogue box with "command" in it. The dialogue box which appears has no "command" line/section. However, I found a path where there is a Mathematica icon, when I right click on it, it shows the command which I can use to run it from terminal. Path was /usr/share.
                      – Jawad_Mansoor
                      Nov 2 '17 at 1:45
















                    • Thank you slybloty. I was looking for that, right click and command. I can find paths of many (almost all installed programs with it).However there occurs the problem when I try to do that with Mathematica in /bin/sh/usr/local/Wolfram/Mathematica/11.2/Executables, right clicking does not show the dialogue box with "command" in it. The dialogue box which appears has no "command" line/section. However, I found a path where there is a Mathematica icon, when I right click on it, it shows the command which I can use to run it from terminal. Path was /usr/share.
                      – Jawad_Mansoor
                      Nov 2 '17 at 1:45















                    Thank you slybloty. I was looking for that, right click and command. I can find paths of many (almost all installed programs with it).However there occurs the problem when I try to do that with Mathematica in /bin/sh/usr/local/Wolfram/Mathematica/11.2/Executables, right clicking does not show the dialogue box with "command" in it. The dialogue box which appears has no "command" line/section. However, I found a path where there is a Mathematica icon, when I right click on it, it shows the command which I can use to run it from terminal. Path was /usr/share.
                    – Jawad_Mansoor
                    Nov 2 '17 at 1:45




                    Thank you slybloty. I was looking for that, right click and command. I can find paths of many (almost all installed programs with it).However there occurs the problem when I try to do that with Mathematica in /bin/sh/usr/local/Wolfram/Mathematica/11.2/Executables, right clicking does not show the dialogue box with "command" in it. The dialogue box which appears has no "command" line/section. However, I found a path where there is a Mathematica icon, when I right click on it, it shows the command which I can use to run it from terminal. Path was /usr/share.
                    – Jawad_Mansoor
                    Nov 2 '17 at 1:45

















                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f401455%2fwhat-is-the-command-to-start-chromium-browser-from-the-terminal%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    Peggy Mitchell

                    The Forum (Inglewood, California)

                    Palaiologos