Skip to content

Instantly share code, notes, and snippets.

@witooh
Created February 1, 2015 17:42
Show Gist options
  • Star 26 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save witooh/089eeac4165dfb5ccf3d to your computer and use it in GitHub Desktop.
Save witooh/089eeac4165dfb5ccf3d to your computer and use it in GitHub Desktop.
Install Graphicsmagick
sudo apt-get install python-software-properties
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:rwky/graphicsmagick
sudo apt-get update
sudo apt-get install graphicsmagick
@asgeir-s
Copy link

asgeir-s commented Mar 7, 2022

Now it seams to be:

  1. sudo apt-get install software-properties-common
  2. sudo apt-get install graphicsmagick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment