I want to get the most recent version of nodejs installed, so I add the ppa:chris-lea/node.js
.
but does it mean when I run apt-get install nodejs
, it will install the package from the ppa instead of the official repository???
How does apt-get determine from which source to install a package???