数据库卸载 mysql 云博小周宇2024年5月5日2023年8月23日1 Min Read sudo apt-get remove mysql-* dpkg -l |grep ^rc|awk ‘{print $2}‘ |sudo xargs dpkg -P 之后会跳出一个弹框点击“是”就行了