Hi All: In some previous version of Ubuntu which I guess was 21.10, the location of my firefox executable was /usr/bin/firefox. Now, in 22.04, the location must have changed.
because I have a function browseURL that returns an error because usr/bin'/firefox is not found.
So, to try and remedy the error, I used "cheat find" to get help on how to use the find command to find the file but still no luck. Does anyone know the find command syntax that will look in all directories to find the executable file called "firefox". Thanks.
which firefox
– user535733 Jun 14 '22 at 04:58firefox
you found is 'only' a link. You can use other commands or this shellscript, to find out more details about various commands (snaps as well as other commands). – sudodus Jun 14 '22 at 10:52