LoginSignup
0
0

More than 3 years have passed since last update.

苦戦中・・・ImageMagickのインストール(CentOS8編)

Posted at

yum dnf ではインストールできなかったので、rpmでのインストール方法

1.rpmのダウンロード
 curl -OL https://imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.10-29.x86_64.rpm
 curl -OL https://imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.10-29.x86_64.rpm

2.rpmのインストール
依存関係が不足している為、以下を実行
dnf -y install OpenEXR-libs.x86_64
dnf -y install ilmbase.x86_64
dnf -y install libwmf-lite.x86_64

rpm -Uvh ImageMagick-libs-7.0.10-29.x86_64.rpm

まだ、解決しない・・・

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0