Por 2 dias eu tenho tentado instalar o ImageMagick no Raspbian Jesse (4.9) Não importa o conselho que eu tenha seguido, eu simplesmente não consigo instalá-lo, sempre falhando com o seguinte:
sudo apt-get install imagemagick
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
ghostscript imagemagick-6.q16 imagemagick-common libdjvulibre-text libdjvulibre21 libgs9 libgs9-common libijs-0.35 libjbig2dec0 liblqr-1-0
libmagickcore-6.q16-2 libmagickcore-6.q16-2-extra libmagickwand-6.q16-2 libnetpbm10 libpaper-utils libpaper1 libwmf0.2-7 netpbm
Suggested packages:
ghostscript-x imagemagick-doc autotrace enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin mplayer povray radiance
sane-utils texlive-base-bin transfig ufraw-batch inkscape
The following NEW packages will be installed:
ghostscript imagemagick imagemagick-6.q16 imagemagick-common libdjvulibre-text libdjvulibre21 libgs9 libgs9-common libijs-0.35 libjbig2dec0
liblqr-1-0 libmagickcore-6.q16-2 libmagickcore-6.q16-2-extra libmagickwand-6.q16-2 libnetpbm10 libpaper-utils libpaper1 libwmf0.2-7 netpbm
0 upgraded, 19 newly installed, 0 to remove and 33 not upgraded.
Need to get 0 B/8,340 kB of archives.
After this operation, 27.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Preconfiguring packages ...
Selecting previously unselected package imagemagick-common.
dpkg: unrecoverable fatal error, aborting:
files list file for package 'qdbus' is missing final newline
E: Sub-process /usr/bin/dpkg returned an error code (2)
Não há escassez de postagens cobrindo:
Sub-process /usr/bin/dpkg returned an error code (2)
Mas nenhum remédio mencionado resolve a minha instalação falhar. Claramente, há um problema com a lista de arquivos qdbus
:
files list file for package 'qdbus' is missing final newline
Mas eu não sei como resolver e não consegui encontrar uma resposta em Raspberrypi @ stackexchange, LinuxQuestions, AskUbuntu e até mesmo no fórum do Raspberry Pi. Posso apenas cortar a lista e adicionar a nova linha? Se sim, como?
Não é um problema de espaço, tenho 24 GB de espaço disponível no cartão SD.
Eu executei:
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Qualquer orientação ou ajuda é apreciada.