LoginSignup
0
0

More than 1 year has passed since last update.

AlmaLinux OS 9にNode.js 16をインストール(AppStream)

Posted at

はじめに

Application Stream(AppStream)を利用してAlmaLinux OS 9にNode.js 16をインストール

サポート

本手法で導入した場合、Red Hat Enterprise Linux Application Streams Life Cycle - Red Hat Customer Portalより、2024-04がEOLだと思われる。
それ以降に報告された脆弱性や不具合への対応は実施されない可能性がある。

LOG

インストール

提供バージョンが増えてモジュール化した場合は yum module install nodejs:16 のような指定方法になるかもしれない。

# cat /etc/redhat-release
AlmaLinux release 9.0 (Emerald Puma)

# yum install -y nodejs
... 略

各種確認

# which node
/usr/bin/node

# node -v
v16.14.0

# yum info nodejs
Last metadata expiration check: 0:01:14 ago on Wed Sep  7 14:02:40 2022.
Installed Packages
Name         : nodejs
Epoch        : 1
Version      : 16.14.0
Release      : 4.el9_0
Architecture : x86_64
Size         : 838 k
Source       : nodejs-16.14.0-4.el9_0.src.rpm
Repository   : @System
From repo    : appstream
Summary      : JavaScript runtime
URL          : http://nodejs.org/
License      : MIT and ASL 2.0 and ISC and BSD
Description  : Node.js is a platform built on Chrome's JavaScript runtime
             : for easily building fast, scalable network applications.
             : Node.js uses an event-driven, non-blocking I/O model that
             : makes it lightweight and efficient, perfect for data-intensive
             : real-time applications that run across distributed devices.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0