Issue
When installing alt-nodejs, you have the error:
Error: Nothing to do.
# yum groupinstall alt-nodejs Last metadata expiration check: 0:17:43 ago on Wed 30 Aug 2023 01:35:24 PM EEST. Error: Nothing to do. #
Environment
- CloudLinux All
- NodeJS
Solution
Check yum configuration:
$ grep -n enabled /etc/yum/pluginconf.d/copr.conf /etc/yum/pluginconf.d/copr.d /etc/yum/pluginconf.d/debuginfo-install.conf /etc/yum/pluginconf.d/spacewalk.conf /etc/yum/pluginconf.d/universal_hooks.conf/etc/yum/pluginconf.d/debuginfo-install.conf:2:enabled=1
/etc/yum/pluginconf.d/spacewalk.conf:2:enabled = 0
/etc/yum/pluginconf.d/universal_hooks.conf:2:enabled=1
Right now the server is not getting CLN updates, /etc/yum/pluginconf.d/spacewalk.conf
should be enabled.
vi /etc/yum/pluginconf.d/spacewalk.conf
make:
enabled = 1
Useful links
Comments
0 comments
Please sign in to leave a comment.