ZPY博客

rpm 的公钥没有安装或者 rpm is not signed

---
title: *.rpm 的公钥没有安装或者*.rpm is not signed
date: 2018-10-09 13:59:31
categories: jenkins
tags:
- yum
- rpm
- 公钥
---

yum安装jenkins时提示"*.rpm的公钥没有安装或者"*.rpm is not signed",只需将/etc/yum.conf中"gpgcheck=1"改为"gpgcheck=0"即可。