• 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 进行在线安装即可解决

  • 相关阅读:
    搭个ChatGPT算法模型,离Java程序员有多远?
    成长杂志成长杂志社成长编辑部2022年第7期目录
    Mysql
    大学毕业后,我就送了2个月外卖,哭了一整晚
    JAVA概述
    java计算机毕业设计可视化工器具信息管理系统源码+mysql数据库+系统+lw文档+部署
    pta天梯赛训练 7-10 抢红包(25分)
    Pyglet综合应用|推箱子游戏地图编辑器之图片跟随鼠标
    RabbitMQ: return与confirm 机制整合 spirngboot实现
    【LeetCode-二叉树训练】
  • 原文地址:https://blog.csdn.net/u010416069/article/details/133691977