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

Public key for tesseract-4.00~git2686-1.1.x86_64.rpm is not installed #1749

Closed
gitscamI opened this issue Jul 5, 2018 · 5 comments
Closed

Comments

@gitscamI
Copy link

gitscamI commented Jul 5, 2018

I install tesseract on centos 7 by the following commands:
yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/Alexander_Pozdnyakov/ScientificLinux_7/
yum update
yum install tesseract
yum install tesseract-langpack-deu

the command"yum install tesseract "" show the error informatio:
Downloading packages:
warning: /var/cache/yum/x86_64/7/download.opensuse.org_repositories_home_Alexander_Pozdnyakov_CentOS_7_/packages/tesseract-4.00~git2686-1.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID ad8883f8: NOKEY

Public key for tesseract-4.00~git2686-1.1.x86_64.rpm is not installed

Help please!

@zdenop
Copy link
Contributor

zdenop commented Jul 6, 2018

We do not provide binary packages. Please report issue to packager

@zdenop zdenop closed this as completed Jul 6, 2018
@Patataman
Copy link

You can skip the key check using the --nogpgcheck flag ;)

@Drivible
Copy link

--nogpgcheck

Ohh that helped a lot for my current build script. Thank you!

@Ganesh9100
Copy link

how to use that flag

@Drivible
Copy link

Drivible commented Apr 6, 2023

how to use that flag

@Ganesh9100 I use the following:

sudo yum-config-manager --add-repo http://download.opensuse.org/repositories/home:/Alexander_Pozdnyakov/RHEL_7/
sudo yum update -y
sudo yum install tesseract -y --nogpgcheck

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

5 participants