mysql 安装问题 perl(JSON) is needed by mysql-community-test

bash 复制代码
[root@ebs-139266 home]# rpm -ivh mysql-community-*.rpm
warning: mysql-community-client-5.7.42-1.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 3a79bd29: NOKEY
error: Failed dependencies:
	perl(JSON) is needed by mysql-community-test-5.7.42-1.el7.x86_64
[root@ebs-139266 home]# yum install perl-JSON
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * epel: mirror.nyist.edu.cn
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package perl-JSON.noarch 0:2.59-2.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

==============================================================================================================================================================================================================================================================================
 Package                                                            Arch                                                            Version                                                               Repository                                                     Size
==============================================================================================================================================================================================================================================================================
Installing:
 perl-JSON                                                          noarch                                                          2.59-2.el7                                                            base                                                           96 k

Transaction Summary
==============================================================================================================================================================================================================================================================================
Install  1 Package

Total download size: 96 k
Installed size: 264 k
Is this ok [y/d/N]: y
Downloading packages:
perl-JSON-2.59-2.el7.noarch.rpm                                                                                                                                                                                                                        |  96 kB  00:00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : perl-JSON-2.59-2.el7.noarch                                                                                                                                                                                                                                1/1 
  Verifying  : perl-JSON-2.59-2.el7.noarch                                                                                                                                                                                                                                1/1 

Installed:
  perl-JSON.noarch 0:2.59-2.el7                                                                                                                                                                                                                                               

Complete!

执行命令 :yum install perl-JSON 进行在线安装即可解决

相关推荐
shuair2 小时前
MySQL 权限管理
数据库·mysql
开源推荐官3 小时前
刚上架的商品搜不到,tigshop开源商城搜索是怎么查的
mysql·开源·php
SunnyDays10113 小时前
Python 将 Excel(XLS/XLSX)转换为 JSON:导出工作簿、工作表、单元格区域与自定义 JSON 结构
python·json·excel·excel 转 json·导出 excel 到 json·xlsx 转 json·xls 转 json
tian_jiangnan5 小时前
Flink 流计算进阶:手写一套通用的 Redis/MySQL /Kafka数据源封装工具类
redis·mysql·flink
刘小八5 小时前
Spring AI 结构化输出:稳定生成可校验的业务 JSON
人工智能·spring·json
老杨聊技术19 小时前
CentOS 7 安装 MySQL 8 保姆级教程
linux·mysql·centos
sunxr.22719 小时前
Mysql-----最后一次作业
数据库·mysql
CodexDave1 天前
Python 自动化接单实战(一):把 CSV 需求做成配置驱动解析器
java·python·自动化·json·数据清洗·python自动化·csv处理
古月方枘Fry1 天前
基于大模型+MySQL的innoai助手(可适配多数环境)
网络·数据库·mysql·aigc
无忧.芙桃1 天前
MySQL数据库原理与实践(四):基本查询
大数据·数据库·mysql