I am trying to install NODEJS on a remote instance of AWS Red Hat Enterprise Linux 7.1
I read some of the posts here and was on the node js website
I tried t
curl --silent --location https:
but then get an error
error: cannot create a transaction lock on /var/lib/rpm/.rpm.lock (denial of rights)
I even get this error if I run
sudo curl --silent --location https:
I also tried changing the permissions of this file, but then it still doesn't install
Can someone suggest a better way / right way to do this?
thanks
Dan
source share