OSはCentOS7です。
下記パッケージはインストール前のものです。
ここで2点ご質問です。
[ec2-user@ip-172-16-0-224 ~]$ yum info nodejs 読み込んだプラグイン:extras_suggestions, langpacks, priorities, update-motd 利用可能なパッケージ 名前 : nodejs アーキテクチャー : x86_64 エポック : 2 バージョン : 8.17.0 リリース : 1nodesource 容量 : 18 M リポジトリー : nodesource/x86_64 要約 : JavaScript runtime URL : http://nodejs.org ライセンス : MIT and ASL 2.0 and ISC and BSD 説明 : 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.
上記は下記コマンドで取得しました。
curl -sL https://rpm.nodesource.com/setup_8.x | sudo bash -
この時、
バージョンを変更したいがために、
curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
を実行しましたが、パッケージのバージョンは変更されませんでした。
こちらはどの様にして変更することができますでしょうか?
インストール前のパッケージを削除する方法についてご教授ください。
その後、yum update nodejsはされたんですか?
回答1件
あなたの回答
tips
プレビュー