Glam Prestige Journal

Bright entertainment trends with youth appeal.

I have Google Chrome downloaded on my laptop and I want to find where it is compared to a Windows path use it, basically for a text to speech project.

On Windows it is located here :

chrome_path = 'C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s'

How can I get the path on Linux? I tried:

(MoodBotEnv) mike@mike-thinks:~/Programing/Rasa/moodbot$ which chrome
(MoodBotEnv) mike@mike-thinks:~/Programing/Rasa/moodbot$ which google*
(MoodBotEnv) mike@mike-thinks:~/Programing/Rasa/moodbot$ where google*
No command 'where' found, did you mean: Command 'gwhere' from package 'gwhere' (universe)
where: command not found

And the "Search your computer" top left button doesn't provide the path as well.

1

1 Answer

If you have installed the stable version of Google Chrome, run the following commands to find its location

whereis google-chrome-stable

or

which google-chrome-stable
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy