मैं लिनक्स के निम्नलिखित संस्करण का उपयोग कर रहा हूं ...
[davea@mydevbox ~]$ uname -a
Linux mydevbox.evo-text.com 4.4.5-15.26.amzn1.x86_64 #1 SMP Wed Mar 16 17:15:34 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
मैं नोड स्थापित करने के लिए प्रयास कर रहा हूं। लेकिन मुझे नीचे दी गई अनुमति से इनकार हो रहा है, भले ही मैं सूडो के साथ चल रहा हूं। इस कमांड को सफलतापूर्वक चलाने के लिए मुझे और क्या करने की आवश्यकता है? नीचे जो होता है
[davea@mydevbox ~]$ sudo curl --silent --location https://rpm.nodesource.com/setup_4.x | bash -
## Installing the NodeSource Node.js 4.x LTS Argon repo...
## Inspecting system...
+ rpm -q --whatprovides redhat-release || rpm -q --whatprovides centos-release || rpm -q --whatprovides cloudlinux-release || rpm -q --whatprovides sl-release
+ uname -m
## Confirming "el7-x86_64" is supported...
+ curl -sLf -o /dev/null 'https://rpm.nodesource.com/pub_4.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm'
## Downloading release setup RPM...
+ mktemp
+ curl -sL -o '/tmp/tmp.PfqaTA4YLm' 'https://rpm.nodesource.com/pub_4.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm'
## Installing release setup RPM...
+ rpm -i --nosignature --force '/tmp/tmp.PfqaTA4YLm'
error: cannot open Packages index using db4 - Permission denied (13)
error: cannot open Packages database in /var/lib/rpm
Error executing command, exiting