Answers for "install nodejs ubuntu tar.xz"

4

install tar.xz on ubuntu

$ tar xvfJ fich.tar.xz
Posted by: Guest on August-13-2021
0

how to install node.tar.xz in ubuntu

//cd to downloaded directory
$ tar xvfJ node.tar.xz
//then
sudo cp -r node-v14.15.5-linux-x64/{bin,include,lib,share} /usr/
Posted by: Guest on December-13-2021
1

install tar.xz in ubuntu

tar xf [filename]

This will expand the contents of the file to a folder. Then the commands are, from the folder:

./configure

make

sudo make install
Posted by: Guest on December-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language