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

Installation Problem: rpm support for openSUSE #1383

Closed
DanielNoga opened this issue Oct 23, 2016 · 10 comments
Closed

Installation Problem: rpm support for openSUSE #1383

DanielNoga opened this issue Oct 23, 2016 · 10 comments

Comments

@DanielNoga
Copy link

System: openSUSE linux

I tried rpm repository from Fedora/RHEL/CentOS for openSUSE. Repository was successfully added, but when I tried to install package, I got an error:

Error: INVALID:yarn-0.16.0-1.noarch (Yarn): Signature verification failed [4-Signatures public key is not available]
Header V4 RSA/SHA256 Signature, key ID 6963f07f: NOKEY
SHA1 digest in header: OK (7298a4db176dd777f7a5d29f0820e77bc5e32c80)
V4 RSA/SHA256 Signature, key ID 6963f07f: NOKEY
MD5 digest: OK (0d490b64f7b512931b36bf7866b3c7dc)

@rqc
Copy link

rqc commented Jan 20, 2017

I am currently installing via npm but I am getting the following warning:

npm WARN deprecated yarn@0.19.1: It is recommended to install Yarn using the native installation method for your environment. See https://yarnpkg.com/en/docs/install

Are there plans to officially support opensuse native installation?

Thanks!

@penggguna
Copy link

just ignore(i) to continue installation

@DanielNoga
Copy link
Author

Probably my mistake. I added repository, but I forgot to add GPG key. After GPG was imported to my system I installed yarn successfully

@ghost
Copy link

ghost commented Jun 10, 2017

I know this is closed, but just in case other opensuse users would need to install yarn... I did this, and it worked:

sudo zypper ar -f https://dl.yarnpkg.com/rpm/ Yarn
sudo zypper in yarn

There were a couple of warnings, like yarn-0.24.6-1.noarch (Yarn): Signature verification failed [4-Signatures public key is not available], I just ignored that (pressed i) when asked.

Btw, I got the rpm URL by peeking into the yarn.repo file that Yarn officially provided for Fedora/RHEL.

@steve5287
Copy link

@dcefram you saved my life, thank you!

@DanielNoga
Copy link
Author

@dcefram You should import GPG key to avoid signature warning

@cmoon2000
Copy link

@DanielNoga I have the same issue. Can you tell me where is the GPG key?

@McGiogen
Copy link

Using sudo rpm --import https://dl.yarnpkg.com/rpm/pubkey.gpg before the installation worked for me (openSuse Tumbleweed installed three days ago)

@et1975
Copy link

et1975 commented Nov 8, 2018

sudo rpm --import https://dl.yarnpkg.com/rpm/pubkey.gpg
sudo zypper ar -f https://dl.yarnpkg.com/rpm/ Yarn
sudo zypper in yarn

^ Should be in the docs. Works on LEAP 42.2.

@beetleman
Copy link

@et1975 it works on openSUSE tumbleweed as well!

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

9 participants