Skip to content

Instantly share code, notes, and snippets.

@cuuupid
Created December 17, 2017 23:21
Show Gist options
  • Save cuuupid/963db645047597723956af13ab87b73a to your computer and use it in GitHub Desktop.
Save cuuupid/963db645047597723956af13ab87b73a to your computer and use it in GitHub Desktop.
Install ImageMagick on Ubuntu (or WSL)
wget https://www.imagemagick.org/download/ImageMagick.tar.gz
tar xvzf ImageMagick.tar.gz
cd ImageMagick-*
./configure
make
sudo make install
sudo ldconfig /usr/local/lib
@jjxtra
Copy link

jjxtra commented Jul 11, 2023

Tried apt update, got this:

E: The repository 'http://packages.ros.org/ros/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

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