Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ubuntu 20.04 uninstall imagemagick

#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  
 
PREVIOUS NEXT
Tagged: #ubuntu #uninstall #imagemagick
ADD COMMENT
Topic
Name
4+4 =