作成日 :
最終更新日: 2025-02-02 Sun 00:12
ホーム | 文書トップ | 目次

Node.js v22インストール Ubuntu 20.04

Table of Contents

Uninstall previous version

$ sudo apt purge nodejs
$ sudo rm -R /usr/lib/node_modules/

Register repository

curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh
sudo -E bash nodesource_setup.sh
rm nodesource_setup.sh

Check apt list

$ sudo apt list | grep nodejs

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

netdata-plugins-nodejs/focal 1.19.0-3ubuntu1 all
nodejs-doc/focal-updates,focal-security 10.19.0~dfsg-3ubuntu1.6 all
nodejs-mozilla/focal-updates,focal-security 12.22.12-0ubuntu0.20.04.1 amd64
nodejs/nodistro 22.13.1-1nodesource1 amd64

Install

sudo apt install nodejs
ホーム | 文書トップ | 目次
Created by Emacs 29.4 (Org mode 9.6.15)