当前位置: 代码迷 >> 综合 >> Public key not installed
  详细解决方案

Public key not installed

热度:83   发布时间:2024-02-27 23:08:37.0
Public key for tesseract-langpack-eng-4.00~git30-5.3.noarch.rpm is not installed

 

解决:

使用参数 

 --nogpgcheck

例如:

rpm --rebuilddb && yum -y install tesseract --nogpgcheck
  相关解决方案