gpt4 book ai didi

mysql - Ubuntu - 12.04 中的 Mysql 安装错误

转载 作者:IT王子 更新时间:2023-10-29 01:23:45 27 4
gpt4 key购买 nike

当我写命令时

    sudo apt-get install mysql-server-5.5 

我收到以下错误信息

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mysql-server-5.5
E: Couldn't find any package by regex 'mysql-server-5.5'

请告诉我如何删除它?

最佳答案

那个错误就是包名不对,试试

apt-cache search mysql-server

写下你要安装的包名然后重试

sudo apt-get install correct-package-name

另一个答案可能是您没有存储包的正确存储库。来自 here您可以看到您应该启用 security 存储库。 Here你可以看到如何做到这一点。

编辑:

正如 Tuim 所说,它也可以是 '.'在名称中,但只有在找不到确切表达式时才会出现这种情况(apt-get 手册):

If no package matches the given expression and the expression contains one of ".", "?" or "*" then it is assumed to be a POSIX regular expression, and it is applied to all package names in the database. Any matches are then installed (or removed).

所以我仍然认为您的存储库有问题。

关于mysql - Ubuntu - 12.04 中的 Mysql 安装错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14119387/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com