I understood that the command to install nodejs using the terminal and provided below
`sudo apt-get install nodejs`
will install nodejs in the root repository of my ubuntu. I am confused on how to install it to another custom location of my choice and will the common cd
commands would do the job for me after changing the directory location to another place of my wish? Thanks in advance :)