What command should I type to run Chrome from the terminal?Launch a Chrome app from command lineHow can I know which commands were installed with a package?Google Chrome (not chromium) is crashing XFCE on startup. Where can I find some detailed logs of the issue?How to run mysql command from terminal?How do I run NetBeans from the terminal?What folder should I install Chrome in?Cannot run Google Chrome normallyHow to launch Tor from the command lineDownloading chrome from debs
Is this bible in Koine Greek?
Characteristic scale degrees
Is (manual) feature extraction outdated?
Instant coffee melts like chocolate
Does the on'yomi of 輪 (リン) have any relation to the English "ring", or is it a coincidence?
Creating cryptographic algorithms at runtime
Tic Tac Toe console program
Adding coordinate constant to file in QGIS
Call local emergency number using a foreign mobile number
What does "T.O." mean?
Would the US government of the 1960’s be able to feasibly recreate a modern laptop?
Can Alter Self be used to enter an enemy's body and destroy it from the inside?
Why does telnet on a non existent port not directly reject, but time out?
I was mistakenly identified as a criminal, and this has caused rumors. How can I convince my friends that it is all a mistake?
Can the Wish spell be used to allow someone to be able to cast all of their spells at will?
A question about modulus for polynomials
Is homebrew Martial Spear as balanced as the Chultan spear (yklwa)?
How to deal with a 6 year old who was "caught" cheating?
Peano's dot notation
/etc/shadow permissions security best practice (000 vs. 600 vs. 640)
How does an all-female medieval country maintain itself?
Why did Google not use an NP problem for their quantum supremacy experiment?
Transit in Amsterdam for 10 hours, do I have time to visit the city for sightseeing?
Is there evidence for Col. Vindman being a "Never Trumper"?
What command should I type to run Chrome from the terminal?
Launch a Chrome app from command lineHow can I know which commands were installed with a package?Google Chrome (not chromium) is crashing XFCE on startup. Where can I find some detailed logs of the issue?How to run mysql command from terminal?How do I run NetBeans from the terminal?What folder should I install Chrome in?Cannot run Google Chrome normallyHow to launch Tor from the command lineDownloading chrome from debs
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have remote box accessed by VNC
and jwm
desktop.
No menus, not desktop icons, only a terminal window.
I have downloaded Chrome's .deb package and installed it.
How can I run it from the terminal window?
command-line google-chrome
add a comment
|
I have remote box accessed by VNC
and jwm
desktop.
No menus, not desktop icons, only a terminal window.
I have downloaded Chrome's .deb package and installed it.
How can I run it from the terminal window?
command-line google-chrome
8
You might be interested in this generalised question: How can I know which commands were installed with a package?
– Flimm
Dec 31 '12 at 16:00
What do you mean what command should you run? If you're vnc'd in, just call the command by the name. If you don't know the name you can always runx-www-browser
and it'll run the default browser.
– Evan Carroll
Nov 23 '18 at 21:33
add a comment
|
I have remote box accessed by VNC
and jwm
desktop.
No menus, not desktop icons, only a terminal window.
I have downloaded Chrome's .deb package and installed it.
How can I run it from the terminal window?
command-line google-chrome
I have remote box accessed by VNC
and jwm
desktop.
No menus, not desktop icons, only a terminal window.
I have downloaded Chrome's .deb package and installed it.
How can I run it from the terminal window?
command-line google-chrome
command-line google-chrome
edited Mar 15 '17 at 7:20
nazar_art
6519 gold badges24 silver badges38 bronze badges
6519 gold badges24 silver badges38 bronze badges
asked Dec 31 '12 at 13:01
Suzan CiocSuzan Cioc
4361 gold badge5 silver badges10 bronze badges
4361 gold badge5 silver badges10 bronze badges
8
You might be interested in this generalised question: How can I know which commands were installed with a package?
– Flimm
Dec 31 '12 at 16:00
What do you mean what command should you run? If you're vnc'd in, just call the command by the name. If you don't know the name you can always runx-www-browser
and it'll run the default browser.
– Evan Carroll
Nov 23 '18 at 21:33
add a comment
|
8
You might be interested in this generalised question: How can I know which commands were installed with a package?
– Flimm
Dec 31 '12 at 16:00
What do you mean what command should you run? If you're vnc'd in, just call the command by the name. If you don't know the name you can always runx-www-browser
and it'll run the default browser.
– Evan Carroll
Nov 23 '18 at 21:33
8
8
You might be interested in this generalised question: How can I know which commands were installed with a package?
– Flimm
Dec 31 '12 at 16:00
You might be interested in this generalised question: How can I know which commands were installed with a package?
– Flimm
Dec 31 '12 at 16:00
What do you mean what command should you run? If you're vnc'd in, just call the command by the name. If you don't know the name you can always run
x-www-browser
and it'll run the default browser.– Evan Carroll
Nov 23 '18 at 21:33
What do you mean what command should you run? If you're vnc'd in, just call the command by the name. If you don't know the name you can always run
x-www-browser
and it'll run the default browser.– Evan Carroll
Nov 23 '18 at 21:33
add a comment
|
10 Answers
10
active
oldest
votes
Well simply typing google-chrome
works fine for me. It might not work if you installed Chromium. chromium-browser
is for Chromium.
For Chrome:
google-chrome
For Chromium:
chromium-browser
However if it's a remote box... At least via ssh you must use -X
when option connecting to be able to run windowed apps. Like this:
ssh -X username@server.lt
1
google-chrome-stable may also be the command.
– Dodgie
Mar 7 '16 at 6:35
add a comment
|
If you get the path where the application is installed then you can run the application from there
For example to know the path where google-chrome
is located run this command:
whereis google-chrome
You will get the path like:
google-chrome: /usr/bin/google-chrome /usr/bin/X11/google-chrome /usr/share/man/man1/google-chrome.1
Now you can run chrome by either executing two commands:
/usr/bin/google-chrome
/usr/bin/X11/google-chrome
Note: it will be applied for all installed applications. Also, It would be possible that you would not get the path /usr/bin/X11
or would get something different.
Hope you like this way to find the path and run chrome :)
add a comment
|
In Ubuntu 15.10 this command works very well
google-chrome www.google.com
for more options you can use
google-chrome --help
add a comment
|
Enter to opengoogle-chrome
, and exit google-chrome
to close the Chrome browser
add a comment
|
Type
google-chrome-stable
I use this command and it works for me. I too installed it using the .deb package. So this should work for you too. Typing an url after the command opens the url.
add a comment
|
We can also use following command:
gnome-www-browser
add a comment
|
simply type the name of application(you should type proper name include) you wish to open.
Donot use run command to open already installed package
add a comment
|
/opt/google/chrome/google-chrome
Please make your answer more complete as only the code is not accepted here.
– Star OS
Jan 1 '16 at 9:13
add a comment
|
simply type "chromium-browser" in your terminal.This is sure to work in elementary OS which is distribution of Ubuntu;so do in Ubuntu itself
2
That won't work for Google Chrome, which is what the original question references.
– xiota
Jun 7 '18 at 18:03
add a comment
|
If it is Ubuntu 15.10, and you downoaded it from the chrome webpage, then instaled it with command line, then it should be:
chrome google-chrome
1
Most likely this is incorrect, from what i think.
– Star OS
Jan 1 '16 at 9:42
Please tell the answer after you have confirmed that it's working.:)
– john400
Jan 28 '18 at 17:07
add a comment
|
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/4.0/"u003ecc by-sa 4.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
);
);
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f234663%2fwhat-command-should-i-type-to-run-chrome-from-the-terminal%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
10 Answers
10
active
oldest
votes
10 Answers
10
active
oldest
votes
active
oldest
votes
active
oldest
votes
Well simply typing google-chrome
works fine for me. It might not work if you installed Chromium. chromium-browser
is for Chromium.
For Chrome:
google-chrome
For Chromium:
chromium-browser
However if it's a remote box... At least via ssh you must use -X
when option connecting to be able to run windowed apps. Like this:
ssh -X username@server.lt
1
google-chrome-stable may also be the command.
– Dodgie
Mar 7 '16 at 6:35
add a comment
|
Well simply typing google-chrome
works fine for me. It might not work if you installed Chromium. chromium-browser
is for Chromium.
For Chrome:
google-chrome
For Chromium:
chromium-browser
However if it's a remote box... At least via ssh you must use -X
when option connecting to be able to run windowed apps. Like this:
ssh -X username@server.lt
1
google-chrome-stable may also be the command.
– Dodgie
Mar 7 '16 at 6:35
add a comment
|
Well simply typing google-chrome
works fine for me. It might not work if you installed Chromium. chromium-browser
is for Chromium.
For Chrome:
google-chrome
For Chromium:
chromium-browser
However if it's a remote box... At least via ssh you must use -X
when option connecting to be able to run windowed apps. Like this:
ssh -X username@server.lt
Well simply typing google-chrome
works fine for me. It might not work if you installed Chromium. chromium-browser
is for Chromium.
For Chrome:
google-chrome
For Chromium:
chromium-browser
However if it's a remote box... At least via ssh you must use -X
when option connecting to be able to run windowed apps. Like this:
ssh -X username@server.lt
edited Mar 15 '18 at 13:55
galoget
2,1862 gold badges10 silver badges20 bronze badges
2,1862 gold badges10 silver badges20 bronze badges
answered Dec 31 '12 at 13:04
KarolisKarolis
1,3861 gold badge8 silver badges10 bronze badges
1,3861 gold badge8 silver badges10 bronze badges
1
google-chrome-stable may also be the command.
– Dodgie
Mar 7 '16 at 6:35
add a comment
|
1
google-chrome-stable may also be the command.
– Dodgie
Mar 7 '16 at 6:35
1
1
google-chrome-stable may also be the command.
– Dodgie
Mar 7 '16 at 6:35
google-chrome-stable may also be the command.
– Dodgie
Mar 7 '16 at 6:35
add a comment
|
If you get the path where the application is installed then you can run the application from there
For example to know the path where google-chrome
is located run this command:
whereis google-chrome
You will get the path like:
google-chrome: /usr/bin/google-chrome /usr/bin/X11/google-chrome /usr/share/man/man1/google-chrome.1
Now you can run chrome by either executing two commands:
/usr/bin/google-chrome
/usr/bin/X11/google-chrome
Note: it will be applied for all installed applications. Also, It would be possible that you would not get the path /usr/bin/X11
or would get something different.
Hope you like this way to find the path and run chrome :)
add a comment
|
If you get the path where the application is installed then you can run the application from there
For example to know the path where google-chrome
is located run this command:
whereis google-chrome
You will get the path like:
google-chrome: /usr/bin/google-chrome /usr/bin/X11/google-chrome /usr/share/man/man1/google-chrome.1
Now you can run chrome by either executing two commands:
/usr/bin/google-chrome
/usr/bin/X11/google-chrome
Note: it will be applied for all installed applications. Also, It would be possible that you would not get the path /usr/bin/X11
or would get something different.
Hope you like this way to find the path and run chrome :)
add a comment
|
If you get the path where the application is installed then you can run the application from there
For example to know the path where google-chrome
is located run this command:
whereis google-chrome
You will get the path like:
google-chrome: /usr/bin/google-chrome /usr/bin/X11/google-chrome /usr/share/man/man1/google-chrome.1
Now you can run chrome by either executing two commands:
/usr/bin/google-chrome
/usr/bin/X11/google-chrome
Note: it will be applied for all installed applications. Also, It would be possible that you would not get the path /usr/bin/X11
or would get something different.
Hope you like this way to find the path and run chrome :)
If you get the path where the application is installed then you can run the application from there
For example to know the path where google-chrome
is located run this command:
whereis google-chrome
You will get the path like:
google-chrome: /usr/bin/google-chrome /usr/bin/X11/google-chrome /usr/share/man/man1/google-chrome.1
Now you can run chrome by either executing two commands:
/usr/bin/google-chrome
/usr/bin/X11/google-chrome
Note: it will be applied for all installed applications. Also, It would be possible that you would not get the path /usr/bin/X11
or would get something different.
Hope you like this way to find the path and run chrome :)
answered Oct 23 '13 at 19:46
Saurav KumarSaurav Kumar
11.1k13 gold badges49 silver badges66 bronze badges
11.1k13 gold badges49 silver badges66 bronze badges
add a comment
|
add a comment
|
In Ubuntu 15.10 this command works very well
google-chrome www.google.com
for more options you can use
google-chrome --help
add a comment
|
In Ubuntu 15.10 this command works very well
google-chrome www.google.com
for more options you can use
google-chrome --help
add a comment
|
In Ubuntu 15.10 this command works very well
google-chrome www.google.com
for more options you can use
google-chrome --help
In Ubuntu 15.10 this command works very well
google-chrome www.google.com
for more options you can use
google-chrome --help
answered Apr 20 '16 at 6:52
killer_beekiller_bee
312 bronze badges
312 bronze badges
add a comment
|
add a comment
|
Enter to opengoogle-chrome
, and exit google-chrome
to close the Chrome browser
add a comment
|
Enter to opengoogle-chrome
, and exit google-chrome
to close the Chrome browser
add a comment
|
Enter to opengoogle-chrome
, and exit google-chrome
to close the Chrome browser
Enter to opengoogle-chrome
, and exit google-chrome
to close the Chrome browser
edited Feb 1 '18 at 15:42
answered Jul 11 '16 at 1:23
ASILASIL
1142 gold badges4 silver badges16 bronze badges
1142 gold badges4 silver badges16 bronze badges
add a comment
|
add a comment
|
Type
google-chrome-stable
I use this command and it works for me. I too installed it using the .deb package. So this should work for you too. Typing an url after the command opens the url.
add a comment
|
Type
google-chrome-stable
I use this command and it works for me. I too installed it using the .deb package. So this should work for you too. Typing an url after the command opens the url.
add a comment
|
Type
google-chrome-stable
I use this command and it works for me. I too installed it using the .deb package. So this should work for you too. Typing an url after the command opens the url.
Type
google-chrome-stable
I use this command and it works for me. I too installed it using the .deb package. So this should work for you too. Typing an url after the command opens the url.
answered Apr 20 '16 at 7:30
Kevin Selva PrasannaKevin Selva Prasanna
3001 gold badge3 silver badges12 bronze badges
3001 gold badge3 silver badges12 bronze badges
add a comment
|
add a comment
|
We can also use following command:
gnome-www-browser
add a comment
|
We can also use following command:
gnome-www-browser
add a comment
|
We can also use following command:
gnome-www-browser
We can also use following command:
gnome-www-browser
edited Jan 1 '16 at 9:07
muru
1
1
answered Jan 1 '16 at 8:56
d a i s yd a i s y
3,6818 gold badges27 silver badges49 bronze badges
3,6818 gold badges27 silver badges49 bronze badges
add a comment
|
add a comment
|
simply type the name of application(you should type proper name include) you wish to open.
Donot use run command to open already installed package
add a comment
|
simply type the name of application(you should type proper name include) you wish to open.
Donot use run command to open already installed package
add a comment
|
simply type the name of application(you should type proper name include) you wish to open.
Donot use run command to open already installed package
simply type the name of application(you should type proper name include) you wish to open.
Donot use run command to open already installed package
answered Jun 15 at 3:45
AtulAtul
12 bronze badges
12 bronze badges
add a comment
|
add a comment
|
/opt/google/chrome/google-chrome
Please make your answer more complete as only the code is not accepted here.
– Star OS
Jan 1 '16 at 9:13
add a comment
|
/opt/google/chrome/google-chrome
Please make your answer more complete as only the code is not accepted here.
– Star OS
Jan 1 '16 at 9:13
add a comment
|
/opt/google/chrome/google-chrome
/opt/google/chrome/google-chrome
edited Jan 1 '16 at 9:07
muru
1
1
answered Jan 1 '16 at 8:46
tupelotupelo
1
1
Please make your answer more complete as only the code is not accepted here.
– Star OS
Jan 1 '16 at 9:13
add a comment
|
Please make your answer more complete as only the code is not accepted here.
– Star OS
Jan 1 '16 at 9:13
Please make your answer more complete as only the code is not accepted here.
– Star OS
Jan 1 '16 at 9:13
Please make your answer more complete as only the code is not accepted here.
– Star OS
Jan 1 '16 at 9:13
add a comment
|
simply type "chromium-browser" in your terminal.This is sure to work in elementary OS which is distribution of Ubuntu;so do in Ubuntu itself
2
That won't work for Google Chrome, which is what the original question references.
– xiota
Jun 7 '18 at 18:03
add a comment
|
simply type "chromium-browser" in your terminal.This is sure to work in elementary OS which is distribution of Ubuntu;so do in Ubuntu itself
2
That won't work for Google Chrome, which is what the original question references.
– xiota
Jun 7 '18 at 18:03
add a comment
|
simply type "chromium-browser" in your terminal.This is sure to work in elementary OS which is distribution of Ubuntu;so do in Ubuntu itself
simply type "chromium-browser" in your terminal.This is sure to work in elementary OS which is distribution of Ubuntu;so do in Ubuntu itself
answered Jun 7 '18 at 17:39
sebin vincentsebin vincent
11 bronze badge
11 bronze badge
2
That won't work for Google Chrome, which is what the original question references.
– xiota
Jun 7 '18 at 18:03
add a comment
|
2
That won't work for Google Chrome, which is what the original question references.
– xiota
Jun 7 '18 at 18:03
2
2
That won't work for Google Chrome, which is what the original question references.
– xiota
Jun 7 '18 at 18:03
That won't work for Google Chrome, which is what the original question references.
– xiota
Jun 7 '18 at 18:03
add a comment
|
If it is Ubuntu 15.10, and you downoaded it from the chrome webpage, then instaled it with command line, then it should be:
chrome google-chrome
1
Most likely this is incorrect, from what i think.
– Star OS
Jan 1 '16 at 9:42
Please tell the answer after you have confirmed that it's working.:)
– john400
Jan 28 '18 at 17:07
add a comment
|
If it is Ubuntu 15.10, and you downoaded it from the chrome webpage, then instaled it with command line, then it should be:
chrome google-chrome
1
Most likely this is incorrect, from what i think.
– Star OS
Jan 1 '16 at 9:42
Please tell the answer after you have confirmed that it's working.:)
– john400
Jan 28 '18 at 17:07
add a comment
|
If it is Ubuntu 15.10, and you downoaded it from the chrome webpage, then instaled it with command line, then it should be:
chrome google-chrome
If it is Ubuntu 15.10, and you downoaded it from the chrome webpage, then instaled it with command line, then it should be:
chrome google-chrome
answered Jan 1 '16 at 9:24
TyGuy1016TyGuy1016
131 silver badge8 bronze badges
131 silver badge8 bronze badges
1
Most likely this is incorrect, from what i think.
– Star OS
Jan 1 '16 at 9:42
Please tell the answer after you have confirmed that it's working.:)
– john400
Jan 28 '18 at 17:07
add a comment
|
1
Most likely this is incorrect, from what i think.
– Star OS
Jan 1 '16 at 9:42
Please tell the answer after you have confirmed that it's working.:)
– john400
Jan 28 '18 at 17:07
1
1
Most likely this is incorrect, from what i think.
– Star OS
Jan 1 '16 at 9:42
Most likely this is incorrect, from what i think.
– Star OS
Jan 1 '16 at 9:42
Please tell the answer after you have confirmed that it's working.:)
– john400
Jan 28 '18 at 17:07
Please tell the answer after you have confirmed that it's working.:)
– john400
Jan 28 '18 at 17:07
add a comment
|
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.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f234663%2fwhat-command-should-i-type-to-run-chrome-from-the-terminal%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
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
8
You might be interested in this generalised question: How can I know which commands were installed with a package?
– Flimm
Dec 31 '12 at 16:00
What do you mean what command should you run? If you're vnc'd in, just call the command by the name. If you don't know the name you can always run
x-www-browser
and it'll run the default browser.– Evan Carroll
Nov 23 '18 at 21:33