Red Hat Enterprise Linux
https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux
Commercial Linux distribution by Red Hat
Resources
Section titled “Resources”- “UBI” container images
Terminal window podman pull registry.access.redhat.com/ubi9/ubipodman pull registry.access.redhat.com/ubi9/ubi-minimalpodman pull registry.access.redhat.com/ubi9/ubi-init
Install global Node.js packages as a regular user
Section titled “Install global Node.js packages as a regular user”# Create a directory for global packagesmkdir ~/.npm-global# Configure npm to use itnpm config set prefix '~/.npm-global'# Add to your PATH (add this line to ~/.bashrc or ~/.zshrc)export PATH=~/.npm-global/bin:$PATH# Reload your shell configurationsource ~/.bashrc # or source ~/.zshrcUpgrade Node.js from v16 to v22
Section titled “Upgrade Node.js from v16 to v22”sudo dnf module enable nodejs:22sudo dnf install npm# Confirm with `y` to updateList installed packages
Section titled “List installed packages”rpm -qaList installable packages
Section titled “List installable packages”yum list allAlternatives
Section titled “Alternatives”Binary compatible
Section titled “Binary compatible”Related
Section titled “Related”- Fedora - the upstream, community distro
- CentOS Stream
CentOS Stream provides a mid-point in the RHEL development cycle. Advancements in the Linux kernel and supporting components make their way to the Fedora Project, which packages and delivers the leading-edge Fedora Linux operating system every six months. Those innovations periodically make their way downstream - not straight into RHEL, but into CentOS Stream, and then into RHEL.