We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b47fce commit b1b946fCopy full SHA for b1b946f
locale/en/download/package-manager.md
@@ -84,10 +84,10 @@ To see a list of available streams:
84
dnf module list nodejs
85
```
86
87
-For example, to install Node.js 12:
+For example, to install Node.js 18:
88
89
```bash
90
-dnf module install nodejs:12
+dnf module install nodejs:18/common
91
92
93
For CentOS/RHEL 7 Node.js is available via [Software Collections](https://www.softwarecollections.org/en/scls/?search=NodeJS).
0 commit comments