php - 安装 imagemagick Ubuntu 14.04 时遇到错误

标签 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

最佳答案

Google 已经放弃了对 Linux 上 32 位版 chrome 的支持,这就是您看到该错误的原因。

  • 编辑 /etc/apt/sources.list.d/google-chrome.list - 你需要 sudo
  • 将现有行替换为 deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
  • 运行sudo apt-get update现在。

  • 当您尝试安装 imagemagick 时看到的错误是什么? ?

    关于php - 安装 imagemagick Ubuntu 14.04 时遇到错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37047648/

    相关文章:

    python - 从 crontab 运行 python 时出现问题 - "invalid Python installation"

    图像魔术创建三角形

    imagemagick - 使用 ImageMagick 圆角(背景透明或白色)

    php - jquery ajax 响应删除 + 字符

    java - 在 Ubuntu/Unity 中制作 JFrame 全屏

    php - LESS CSS & Symfony - 动态更新配色方案

    bash - Grep 2 个变量,中间有 ":"

    python - 魔杖对象颜色创建非常慢

    php - 使用 JSON 和 PHP5 的 Kendo Grid

    php mysql用户登录显示用户存在