dpkg: error processing package mysql-server

后端 未结 13 991
悲&欢浪女
悲&欢浪女 2020-12-31 04:44

When I try to install mysql-server, an error comes like:

dpkg: error processing package mysql-server (--configure):
dependency problems - leaving unconfigure         


        
13条回答
  •  执念已碎
    2020-12-31 05:29

    If you are working on Debian 10, you need to first install GNUPG:

    sudo apt-get install gnupg
    

    That's all; now you can try dpkg again.

提交回复
热议问题