我是新手使用ubuntu,安装imagemagick我已在命令
下面运行sudo apt-get update
但显示错误
我也执行了以下命令,但无法安装
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
答案 0 :(得分:1)
谷歌已经放弃了对Linux上的Chrome 32位版本的支持,这就是你看到这个错误的原因。
/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
时,您看到的错误是什么?