Answer the question
In order to leave comments, you need to log in
How to deal with linux terminal? What does this command do in detail?
Good afternoon. There is such a command
sudo apt-add-repository -y ppa:brightbox/ruby-ng;
sudo apt-get update;
sudo apt-get -y install curl;
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -;
sudo apt-get -y install nodejs;
sudo npm i -g gulp rimraf npm-check-updates bower;
sudo chown -R $USER:$(id -gn $USER) /home/$USER/.config
-y, --yes Assume yes to all queries
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question