-
-
Save arthurattwell/3b4705ac8e637ecb486e308fc90c5a8b to your computer and use it in GitHub Desktop.
Install GraphicsMagick on Ubuntu 18.04
This file contains hidden or 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 install software-properties-common -y | |
sudo add-apt-repository ppa:rwky/graphicsmagick -y | |
sudo apt update | |
sudo apt install graphicsmagick -y |
Doesn't work for Ubuntu 20.04
E: The repository 'http://ppa.launchpad.net/rwky/graphicsmagick/ubuntu focal Release' does not have a Release file.
I believe this may be a separate issue related to the http://ppa.launchpad.net/rwky/graphicsmagick/ubuntu
repo itself. This warning came up while installing another service that attempts to auto-install graphicsmagick as part of it's build process.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doesn't work for Ubuntu 20.04