📌  相关文章
📜  ubuntu 20.04 卸载 imagemagick - Shell-Bash 代码示例

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

代码示例1
#Get the list of the installed apps by:
apt list --installed

#Search for ImageMagick in the list and copy the name .In my case the name was "imagemagick-6.q16"
 sudo apt-get remove imagemagick-6.q16