Ubuntu'umu yükselttikten ve php7'ye geçtikten hemen sonra, aynı eski komutu kullanarak php için imagick eklentisini kuramıyor gibiyim.
sudo apt-get install php5-imagick
Bu hatayı alıyorum (php7-imagick'i de denedim)
Package php5-imagick is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'php5-imagick' has no installation candidate
ne yapmalıyım?
apt-cache search
göstermektedir php-imagick
php7 için paketidir.
sudo apt install php-imagick
.