安装imagemagick Ubuntu 14.04时遇到错误

时间:2016-05-05 10:00:17

标签: php ubuntu imagemagick

我是新手使用ubuntu,安装imagemagick我已在命令

下面运行
sudo apt-get update

但显示错误

enter image description here

我也执行了以下命令,但无法安装

sudo -i
cd
apt-get install build-essential checkinstall && apt-get build-dep imagemagick -y
wget http://www.imagemagick.org/download/ImageMagick-6.8.7-7.tar.gz
tar xzvf ImageMagick-6.8.9-1.tar.gz
cd ImageMagick-6.8.9-1/
./configure --prefix=/opt/imagemagick-6.8 && make
checkinstall
https://gist.github.com/rodleviton/74e22e952bd6e7e5bee1

1 个答案:

答案 0 :(得分:1)

谷歌已经放弃了对Linux上的Chrome 32位版本的支持,这就是你看到这个错误的原因。

  1. 修改/etc/apt/sources.list.d/google-chrome.list - 您需要sudo
  2. 将现有行替换为deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
  3. 立即运行sudo apt-get update
  4. 当您尝试安装imagemagick时,您看到的错误是什么?