apt - Cannot uninstall imagemagick - Ask Ubuntu
i want uninstall imagemagick
ubuntu 16.04. when run sudo apt remove imagemagick
output:
reading package lists... done building dependency tree reading state information... done following packages automatically installed , no longer required: fonts-jsmath gnuplot-data gnuplot-tex gnuplot-x11 liblua5.1-0 maxima maxima-doc maxima-share use 'sudo apt autoremove' remove them. following additional packages installed: foomatic-filters libpaps0 paps following packages removed: bluez-cups cups cups-filters hplip imagemagick indicator-printers printer-driver-gutenprint printer-driver-hpcups printer-driver-postscript-hp printer-driver-pxljr printer-driver-splix wxmaxima following new packages installed: foomatic-filters libpaps0 paps 0 upgraded, 3 newly installed, 12 remove , 0 not upgraded. need 111 kb of archives. after operation, 14.2 mb disk space freed. want continue? [y/n] n abort.
why want uninstall cups
, wxmaxima
? thought imagemagick simple graphics editor has strange dependencies. can remove imagemagick
without removing wxmaxima
, cups
, etc.?
cups
depends on cups-filters
, cups-filters
depends on imagemagick
. way can remove imagemagick
if install graphicsmagick-imagemagick-compat
(which involve installing graphicsmagick
). wxmaxima
depends on imagemagick
. can try: how fake package version installed?, though knows might break if that.
Comments
Post a Comment