File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
apps/site/pages/en/download/package-manager Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,23 @@ pacman -S nodejs npm
43
43
44
44
## CentOS, Fedora and Red Hat Enterprise Linux
45
45
46
- Node.js is available as a module called ` nodejs ` in CentOS/RHEL 8 and Fedora.
46
+ Node.js and npm packages are available in the main Repository for Fedora and RHEL 10.
47
+
48
+ It can be installed from a default stream which contains the currently active
49
+ LTS Node.js version.
50
+
51
+ ``` bash
52
+ dnf install nodejs npm
53
+ ```
54
+
55
+ Or from a specific stream for alternative, maintained versions (maintained versions
56
+ might differ between Fedora and various RHEL releases).
57
+
58
+ ``` bash
59
+ dnf install nodejs24
60
+ ```
61
+
62
+ For older CentOS/RHEL releases Node.js is available as a module called ` nodejs ` .
47
63
48
64
``` bash
49
65
dnf module install nodejs:< stream>
You can’t perform that action at this time.
0 commit comments