📅  最后修改于: 2022-03-11 14:50:05.292000             🧑  作者: Mango
#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