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


     问题描述:

    1. [root@ebs-139266 home]# rpm -ivh mysql-community-*.rpm
    2. warning: mysql-community-client-5.7.42-1.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 3a79bd29: NOKEY
    3. error: Failed dependencies:
    4. perl(JSON) is needed by mysql-community-test-5.7.42-1.el7.x86_64
    5. [root@ebs-139266 home]# yum install perl-JSON
    6. Loaded plugins: fastestmirror
    7. Loading mirror speeds from cached hostfile
    8. * base: mirrors.aliyun.com
    9. * epel: mirror.nyist.edu.cn
    10. * extras: mirrors.aliyun.com
    11. * updates: mirrors.aliyun.com
    12. Resolving Dependencies
    13. --> Running transaction check
    14. ---> Package perl-JSON.noarch 0:2.59-2.el7 will be installed
    15. --> Finished Dependency Resolution
    16. Dependencies Resolved
    17. ==============================================================================================================================================================================================================================================================================
    18. Package Arch Version Repository Size
    19. ==============================================================================================================================================================================================================================================================================
    20. Installing:
    21. perl-JSON noarch 2.59-2.el7 base 96 k
    22. Transaction Summary
    23. ==============================================================================================================================================================================================================================================================================
    24. Install 1 Package
    25. Total download size: 96 k
    26. Installed size: 264 k
    27. Is this ok [y/d/N]: y
    28. Downloading packages:
    29. perl-JSON-2.59-2.el7.noarch.rpm | 96 kB 00:00:00
    30. Running transaction check
    31. Running transaction test
    32. Transaction test succeeded
    33. Running transaction
    34. Installing : perl-JSON-2.59-2.el7.noarch 1/1
    35. Verifying : perl-JSON-2.59-2.el7.noarch 1/1
    36. Installed:
    37. perl-JSON.noarch 0:2.59-2.el7
    38. Complete!

    解决办法:

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

  • 相关阅读:
    Coredump-N: C pclose core dump
    [附源码]计算机毕业设计JAVA医院床位管理系统
    小侃设计模式(六)-适配器模式
    一文带你玩转k0s
    Metaverse Web 3.0 和 DeFi大师班
    CMake高级用法实例分析(学习paddle官方的CMakeLists)
    Mysql —— 多行/聚合/分组函数
    AIX 7.2 虚拟机 bash安装及 Aix 文件名补齐 使用优化篇
    移动端/嵌入式-CV模型-2017:MobelNets-v1
    WordPress站点如何实现发布文章即主动推送到百度快速收录和普通收录?
  • 原文地址:https://blog.csdn.net/u010416069/article/details/133691977