Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Nodejs under raspberry pie

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article to share with you is about how to install Nodejs under the Raspberry Pi, Xiaobian think it is very practical, so share it with you to learn, I hope you can gain something after reading this article, not much to say, follow Xiaobian to see it.

#!/ bin/sh wget https://nodejs.org/dist/v5.2.0/node-v5.2.0-linux-armv7l.tar.gz tar zxvf node-v5.2.0-linux-armv7l.tar.gz cd node-v5.2.0-linux-armv7l sudo cp bin/* /usr/bin/ -r sudo cp include/ /usr/include/ -r sudo cp lib/ /usr/lib/ -r sudo cp share/ /usr/share/ -r cd .. node --version

When getting compressed packages will often fail, you need to test several times before you can.

The above is how to install Nodejs under Raspberry Pi. Xiaobian believes that some knowledge points may be seen or used in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report