Public key for *.rpm is not installed

[[email protected] mnt]# cd /opt/cdrom/Packages/

[[email protected] Packages]# yum install google-chrome-stable_current_i386.rpm

Loaded plugins: refresh-packagekit, rhnplugin

This system is not registered with RHN.

RHN support will be disabled.

base                                                     | 1.3 kB     00:00 ...

base/primary                                             | 1.3 MB     00:00 ...

base                                                                  2680/2680

Setting up Install Process

Examining google-chrome-stable_current_i386.rpm: google-chrome-stable-10.0.648.134-77917.i386

Marking google-chrome-stable_current_i386.rpm to be installed

Resolving Dependencies

--> Running transaction check

---> Package google-chrome-stable.i386 0:10.0.648.134-77917 set to be updated

--> Finished Dependency Resolution

Dependencies Resolved

================================================================================

Package       Arch Version            Repository                          Size

================================================================================

Installing:

google-chrome-stable

i386 10.0.648.134-77917 /google-chrome-stable_current_i386  83 M

Transaction Summary

================================================================================

Install       1 Package(s)

Upgrade       0 Package(s)

Total size: 83 M

Installed size: 83 M

Is this ok [y/N]: y

Downloading Packages:

warning: rpmts_HdrFromFdno: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY

Public key for google-chrome-stable_current_i386.rpm is not installed

两种方法可以解决:

1.运行

[[email protected] Packages]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

可解决;

2.运行

[[email protected] Packages]# yum.conf 文件,把里面的gpgcheck=1改为gpgcheck=0

(不推荐)。

注:方法2的效果很好

3.最好的解决办法:

加上"--nogpgcheck"参数

[[email protected] Packages]# yum install google-chrome-stable_current_i386.rpm --nogpgcheck

时间: 2024-11-03 21:43:57

Public key for *.rpm is not installed的相关文章

关于Public key for *.rpm is not installed 的解决方法

今天在用yum 安装httpd的时候出现了一下错误:warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID e8562897update/gpgkey                                            | 1.8 kB     00:00 Public key for apr-util-1.2.7-11.el5_5.1.i386.rpm is not installed 在网上找到了

Red Hat Linux使用yum 安装报 关于Public key for *.rpm is not installed 的解决方法

Public key for Cluster_Administration-en-US-5.2-1.noarch.rpm is not installed以上这些是报错信息,在网上搜到了解决方法:此时要导入rpm的签名信息即可以root登录,执行下面命令# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

Public key for mysql....rpm is not installed

在centos下用yum安装mysql时,抛出此问题. [[email protected] opt]# yum install -y mysql-server mysql mysql-deve Loaded plugins: security base | 1.1 kB 00:00 epel | 3.7 kB 00:00 epel/primary_db | 3.3 MB 00:00 extras | 2.1 kB 00:00 updates | 1.9 kB 00:00 Setting up

The Salt Master has rejected this minion's public key!

salt查看日志: salt --log-level=all "10.199.165.244" state.highstate 进入调试模式: salt-minion -l debug [DEBUG   ] Reading configuration from /etc/salt/minion [DEBUG   ] Configuration file path: /etc/salt/minion [INFO    ] Setting up the Salt Minion "

公钥(Public Key)与私钥(Private Key)

公钥(Public Key)与私钥(Private Key)是通过一种算法得到的一个密钥对(即一个公钥和一个私钥),公钥是密钥对中公开的部分,私钥则是非公开的部分.公钥通常用于加密会话密钥.验证数字签名,或加密可以用相应的私钥解密的数据.通过这种算法得到的密钥对能保证在世界范围内是唯一的.使用这个密钥对的时候,如果用其中一个密钥加密一段数据,必须用另一个密钥解密.比如用公钥加密数据就必须用私钥解密,如果用私钥加密也必须用公钥解密,否则解密将不会成功.

使用public key来做SSH authentication

public key authentication(公钥认证)是对通过敲用户名.密码方式登录服务器的一种替代办法.这种方法更加安全更具有适应性,但是更难以配置. 传统的密码认证方式中,你通过证明你你知道正确的密码来证明你是你.证明你知道密码的唯一方式是你告诉服务器密码是什么.这意味着如果服务器被黑掉,或者欺骗,那么一个黑客攻击者就能学习到你的密码. Public key authentication(公钥认证)解决了这个问题.你产生一个密钥对,该密钥对由一个public key(公钥)(每个人都

Visual Studio Tip: Get Public Key Token for a Strong Named Assembly

The first 3 parts are easy to get. I should know the name, version, and culture for the assembly since I am writing it. The part that can be a little harder to locate is the Public Key Token for my signed assembly. One common way to do this is to use

linux使用public key方式ssh邓肯、

一.前言: ssh远程登录密码认证的方式有三种,password.Keyboard Interactive.Public Key 前面两种方式就是密码认证,含义都是一样大同小异.第三种是登录方式最安全的一种. 下面我们就来实现第三种方式public key秘钥认证方式. 二.原理: ssh客户端利用服务端发过来的私钥,进行登录的认证,认证服务端的公钥.从来实现 安全的访问. 三.准备: 服务端 系统:Centos7.1 四.服务端生成秘钥 ssh-keygen -b 1024 -t dsa 接下

Firefox 32 支持 Public Key Pinning 对抗中间人攻击。

Firefox 32 支持 Public Key Pinning 对抗中间人攻击.8月28日消息,即将发布的Firefox 32将支持Public Key Pinning机制,以防止中间人攻击.Public Key Pinning机制允许网站详细说明网站的有效证书是哪一家CA发行的,不再随便接受Firefox证书管理器内的数百家Root CA之一发行的证书.这一机制可以抵御中间人攻击和恶意CA.如果证书不匹配,Firefox将会显示出错信息,拒绝连接.Firefox  32将会默认启用Pinni