在Ubuntu上安装Node.js有几种方法,以下是其中两种常用方法:
方法一:使用包管理器安装
sudo apt update
sudo apt install nodejs npm
node -v
npm -v
方法二:使用Node.js官方源安装
curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install nodejs
node -v
npm -v
以上是两种常用的在Ubuntu上安装Node.js的方法,你可以根据自己的需要选择其中一种进行安装。
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: ubuntu怎么卸载opencv