-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Spacewalk
Д. Безбородов edited this page Feb 21, 2019
·
2 revisions
Spacewalk is an open source Linux systems management solution.
If after running the installer for Enterprise Linux based distributions the repository is not available under yum repolist
:
curl -sL https://rpm.nodesource.com/setup_11.x | bash -
It is then necessary to move the repo file under the custom/
directory as follows:
mv /etc/yum.repos.d/nodesource-el7.repo /etc/yum.repos.d/custom/
The nodesource
repository will then show up under yum repolist
. This can be further verified with yum whatprovides nodejs