Created
February 1, 2015 17:42
-
-
Save witooh/089eeac4165dfb5ccf3d to your computer and use it in GitHub Desktop.
Install Graphicsmagick
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
thank you!!!!
😄 👍
Now it seams to be:
sudo apt-get install software-properties-common
sudo apt-get install graphicsmagick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ohhh nice! thank you!!!