Download the package
wget https://nodejs.org/dist/v21.5.0/node-v21.5.0-linux-x64.tar.xzuntar the files
tar -xvf node-v21.5.0-linux-x64.tar.xz
move it to
/usr/local/
mv node-v21.5.0-linux-x64 /usr/local/node
make soft links to
ln -s /usr/local/node/bin/node /usr/bin/node ln -s /usr/local/node/bin/npm /usr/bin/npm ln -s /usr/local/node/bin/npx /usr/bin/npx
Check
node
versionnode -v v21.5.0
How to install Node
Subscribe to:
Post Comments (Atom)
SIPp UAC Scenario to send RTP
Please install the latest sipp ( >=3.7.3 ) wget https://github.com/SIPp/sipp/releases/download/v3.7.3/sipp chmor +x sipp mv sipp /usr/bin...
-
Please follow the below steps to create *.deb packages of rtpengine $ apt-get install aptitude dpkg-dev lsb-release markdown nfs-common ...
-
I faced a lot of difficulty in converting amr-wb codec in mp3, so I am adding that short and the easiest way in my pubic technical diary so ...
-
First, resolve the dependencies $ yum install pkgconfig.x86_64 glib2-devel.x86_64 zlib-devel.x86_64 xmlrpc-c-devel.x86_64 libcurl.x86_64...
No comments:
Post a Comment