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

Clash 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.
gnome-terminal application
add a comment |Â
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.
gnome-terminal application
add a comment |Â
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.
gnome-terminal application
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.
gnome-terminal application
edited Oct 30 '17 at 19:13
slybloty
5563733
5563733
asked Oct 30 '17 at 18:12
Jawad_Mansoor
62
62
add a comment |Â
add a comment |Â
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.
add a comment |Â
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.
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
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
answered Oct 30 '17 at 18:50
à Âubham
844
844
add a comment |Â
add a comment |Â
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.
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
add a comment |Â
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.
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
add a comment |Â
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.
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.
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
add a comment |Â
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
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password