📌  相关文章
📜  卸载 mssql 服务器 ubuntu - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:22.604000             🧑  作者: Mango

代码示例3
#Use 
sudo apt-get -f install 
# to fix your missing dependencies, then execute 
sudo apt-get remove mssql-server 
#to uninstall the server.