Skip to content

Instantly share code, notes, and snippets.

@eggplants
Created January 12, 2025 23:04
Show Gist options
  • Save eggplants/cba9bac85a74116f7651bedc94b3c350 to your computer and use it in GitHub Desktop.
Save eggplants/cba9bac85a74116f7651bedc94b3c350 to your computer and use it in GitHub Desktop.
Install ImageMagick 7 in Debian/Ubuntu
#!/usr/bin/env bash
sudo apt install libfuse2 -y
wget 'https://imagemagick.org/archive/binaries/magick'
sudo install -m 0755 magick /usr/local/bin/magick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment