© 2024 fjorge. All rights reserved.
How do I install node.js on debian using dpkg

Installing node on Debian Lenny is pretty straight forward. You'll install the software required to build it, download the source, ./configure and then checkinstall.
sudo apt-get install python g++ make checkinstall
I haven't used CheckInstall before, but it is a piece of software that automates the building and installing of packages.