gpt4 book ai didi

apache - 安装 phpmyadmin 时卡住

转载 作者:行者123 更新时间:2023-12-02 03:26:09 25 4
gpt4 key购买 nike

我正在按照 this tutorial 安装 phpmyadmin .

我错过了步骤 1 中的警告,并且没有选择 Apache2。我退出了命令行,当我尝试从头开始时,出现此错误:

E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)

E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?

我一直在寻找答案,但找不到有帮助的答案。我应该在这里做什么?谢谢

最佳答案

一些正在运行的进程仍在使用apt包管理器。您可以使用以下命令找到apt进程:

ps aux | grep apt

并杀死它:

sudo kill -9 PID

不要忘记将PID替换为实际的进程ID。

关于apache - 安装 phpmyadmin 时卡住,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53358969/

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