Skip to content

Conversation

tjuhaszrh
Copy link

@tjuhaszrh tjuhaszrh commented Aug 27, 2025

Description

Installation method in Fedora/CentOs/RHEL space has changed in the last few years, moving away from using modules to using traditional rpms for all maintained stream versions.

Quick search on google suggests that this created at-least some confusion with the conflicting content of the page modified in this PR.

Related Issues

No related issues

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run pnpm format to ensure the code follows the style guide.
  • I have run pnpm test to check if all tests are passing.
  • I have run pnpm build to check if the website builds without errors.
  • [] I've covered new added functionality with unit tests if necessary.

@tjuhaszrh tjuhaszrh requested a review from a team as a code owner August 27, 2025 13:48
Copy link

vercel bot commented Aug 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
nodejs-org Ready Ready Preview Aug 28, 2025 8:55am

Installation method in Fedora/CentOs/RHEL space has changed in the last few years, moving away from using modules to using traditional rpms for all maintained stream versions.
@tjuhaszrh tjuhaszrh force-pushed the update-install-method branch from 89ecbbe to f036d6a Compare August 27, 2025 13:56
Copy link
Member

@AugustinMauroy AugustinMauroy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@araujogui araujogui requested a review from Copilot August 27, 2025 22:43
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the installation instructions for Node.js on Fedora, CentOS, and RHEL systems to reflect current package management practices. The documentation has been modernized to show the transition from module-based installation to traditional RPM packages for maintained distributions.

  • Updated installation method from modules to traditional dnf package installation for current Fedora and RHEL 10
  • Added instructions for installing specific Node.js versions using stream-specific packages
  • Clarified that module-based installation is only for older CentOS/RHEL releases

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@@ -43,7 +43,23 @@ pacman -S nodejs npm

## CentOS, Fedora and Red Hat Enterprise Linux

Node.js is available as a module called `nodejs` in CentOS/RHEL 8 and Fedora.
Node.js and npm packages are availale in the main Repository for Fedora and RHEL 10.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Node.js and npm packages are availale in the main Repository for Fedora and RHEL 10.
Node.js and npm packages are available in the main Repository for Fedora and RHEL 10.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah,didn't notice, Thanks!

tjuhaszrh and others added 2 commits August 28, 2025 10:52
Co-authored-by: Copilot <[email protected]>
Signed-off-by: tjuhaszrh <[email protected]>
Co-authored-by: Copilot <[email protected]>
Signed-off-by: tjuhaszrh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants