Install Node.js and cncjs on Raspberry Pi Zero

Installation of Node.js Like I installed the light version of Raspbian without any additional packages, it is necessary to install Node.js on which cncjs is based. Raspberry Pi Zero is based on an armv6l architecture, so we have to download the appropriate version. Furthermore, cncjs v1.x recommends to use a specific Node.js version as v4 … Continue reading Install Node.js and cncjs on Raspberry Pi Zero

How to install a specific version of a package

I wanted to install cncjs on Raspberry, but a specific version of Node.js has to be installed. By default, the latest version is installed whatever if there is many sources. Check package availability Before installation, you can type apt-cache madison to see if there is many version available. apt-cache madison packagename Here is the output: … Continue reading How to install a specific version of a package