Skip to content

Instantly share code, notes, and snippets.

@arthurattwell
Forked from witooh/graphicsmagick.sh
Last active April 2, 2021 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthurattwell/3b4705ac8e637ecb486e308fc90c5a8b to your computer and use it in GitHub Desktop.
Save arthurattwell/3b4705ac8e637ecb486e308fc90c5a8b to your computer and use it in GitHub Desktop.
Install GraphicsMagick on Ubuntu 18.04
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:rwky/graphicsmagick -y
sudo apt update
sudo apt install graphicsmagick -y
@ankitsinghaniyaz
Copy link

ankitsinghaniyaz commented May 19, 2020

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.

@dayvista
Copy link

dayvista commented Apr 2, 2021

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