Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not install pkgs.cloud-nodejs-7.x-release-1.0-0.noarch.rpm #1

Open
dungla2011 opened this issue Jul 30, 2018 · 5 comments
Open

Comments

@dungla2011
Copy link

dungla2011 commented Jul 30, 2018

Help me about install script:
...
yum install pkgs.cloud-nodejs-7.x-release
yum install nodejs-7.x-release
yum install pkgs.cloud-nodejs-7.x-release-1.0-0.noarch.rpm

But I can not install this:
yum install pkgs.cloud-nodejs-7.x-release-1.0-0.noarch.rpm

There is not this file?
Thank you!

@arthurpro
Copy link
Member

Hello @dungla2011

We had maintenance on the repository server over the weekend.
Please try again
yum install pkgs.cloud-nodejs-7.x-release

@dungla2011
Copy link
Author

dungla2011 commented Jul 31, 2018

so now, If I reinstall all, I don't need run this command:
yum install pkgs.cloud-nodejs-7.x-release-1.0-0.noarch.rpm

Is it true?

@arthurpro
Copy link
Member

yes, you don't need to run it

@jamesaq12wsx
Copy link

jamesaq12wsx commented Dec 20, 2018

Hi @arthurpro I also have problem install nodejs-7.x
As you said above, I run yum install pkgs.cloud-nodejs-7.x-release instead of step 3. Nothing went wrong.
But when I run step 4, yum --disablerepo="*" --enablerepo="pkgs.cloud-nodejs-7.x" list available
I got error message

To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.
One of the configured repositories failed (Node.js 7.x Packages for RHEL - x86_64),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=pkgs.cloud-nodejs-7.x ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable pkgs.cloud-nodejs-7.x
or
subscription-manager repos --disable=pkgs.cloud-nodejs-7.x
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=pkgs.cloud-nodejs-7.x.skip_if_unavailable=true
failure: repodata/repomd.xml from pkgs.cloud-nodejs-7.x: [Errno 256] No more mirrors to try.
https://rpm.nodesource.com/pub_7.x/el/7Server/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found

But I don't know what wrong with it. Could you help me figure out? Thank you.
I'm using RHEL 7, but I found it got different response with centOS.

@lexaich
Copy link

lexaich commented Apr 13, 2021

Try to https://get.pkgs.cloud/release.rpm I got 503 statuscode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants