- I install (using the terminal setup command) Visual Studio Code. I can run it (by clicking on the icon on the 'all programs') but I can't find the installation path of it.
I want to run it using sudo
and I need to navigate to the installation path to use the terminal and call sudo visualStudioCode
and I can't find it. (Try to use the 'find', but I can't find it.)
- How can I create a shortcut of this
sudo visualStudioCode
on the Ubuntu desktop?
sudo dpkg -i.deb
sudo apt-get install -f # Install dependencies
– Yanshof Aug 10 '17 at 23:26vscode
and it doesn't require sudo. – Aug 10 '17 at 23:26history
(which can be made to record date & time too). also if you know the command that runs a program/app, use thewhereis sudo
to find out where the command sudo is stored by example... – guiverc Aug 11 '17 at 01:00sudo updatedb
thenlocate -i visual | grep -i -e studio -e code
let me know what is the out put. also let me know about the output oflocate -i visual | grep -i desktop
. – Ravexina Aug 11 '17 at 02:27