Can imagemagick uninstall itself?
Posted: 2018-10-24T12:53:49-07:00
I’m running Ubuntu 16, and I have a Python script that executes a “convert” command via the subprocess routine. It has been working daily until today when suddenly I started seeing “command not found” errors.
Trying to run convert manually from the command line gave a similar error with the apt-get suggestion to install the imagemagick package.
How could I have lost the package between yesterday and today? I’m not running my script with sudo, so I don’t think I could have anything in the script that would inadvertently uninstall any package.
I wondered if imagemagick has some kind of forced upgrade feature whereby it checks for a newer version and then tries to upgrade (first by uninstalling itself) but in this case failed at installing the new version. This seems unlikely, but someone pointed out that a new version was just released, so the timing made me suspicious.
Thanks in advance,
Matt
Trying to run convert manually from the command line gave a similar error with the apt-get suggestion to install the imagemagick package.
How could I have lost the package between yesterday and today? I’m not running my script with sudo, so I don’t think I could have anything in the script that would inadvertently uninstall any package.
I wondered if imagemagick has some kind of forced upgrade feature whereby it checks for a newer version and then tries to upgrade (first by uninstalling itself) but in this case failed at installing the new version. This seems unlikely, but someone pointed out that a new version was just released, so the timing made me suspicious.
Thanks in advance,
Matt