Fedora Linux 中安装 Nodejs

Fedora Linux 中安装 Nodejs 的命令为:

dnf install nodejs

当前安装的 NodeJS 默认版本为 1.20 的长期支持版本。

[root@devops ~]# dnf install nodejs
Last metadata expiration check: 3:06:36 ago on Tue 07 May 2024 11:00:30 AM EDT.
Dependencies resolved.
====================================================================================================================================
 Package                                Architecture          Version                                  Repository              Size
====================================================================================================================================
Installing:
 nodejs                                 x86_64                1:20.12.2-1.fc39                         updates                 51 k
Installing dependencies:
 libuv                                  x86_64                1:1.48.0-1.fc39                          updates                252 k
 nodejs-cjs-module-lexer                noarch                1.2.3-2.fc39                             updates                 37 k
 nodejs-libs                            x86_64                1:20.12.2-1.fc39                         updates                 15 M
 nodejs-undici                          noarch                6.11.1-2.fc39                            updates                290 k
Installing weak dependencies:
 nodejs-docs                            noarch                1:20.12.2-1.fc39                         updates                8.2 M
 nodejs-full-i18n                       x86_64                1:20.12.2-1.fc39                         updates                8.4 M
 nodejs-npm                             x86_64                1:10.5.0-1.20.12.2.1.fc39                updates                2.2 M

Transaction Summary
====================================================================================================================================
Install  8 Packages

Total download size: 35 M
Installed size: 184 M
Is this ok [y/N

直接安装默认的版本即可。