Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install imagick

step 1
sudo apt update && sudo apt upgrade -y

step 2
sudo apt install php-imagick

step 3
if you using php version 7.4 use this command
sudo apt install php7.4-imagick

if you using php version 8.0 use this command
sudo apt install php8.0-imagick

step 4
php -m | grep imagick

after execute the above command output show like
imagick

 if the message does not show restart your xampp server or apache server
Comment

PREVIOUS NEXT
Code Example
Shell :: git add submodule branch 
Shell :: powershell append file to another file 
Shell :: ubuntu change directory owner 
Shell :: awk if else statement 
Shell :: how to change directory if folder name have space 
Shell :: install apache on mac 
Shell :: ngx-material-file-input 
Shell :: linux disk usage 
Shell :: HOW TO REPLACE A CHARACTER FROM A STRING IN BASH 
Shell :: prettier yarn 
Shell :: git refusing to merge unrelated histories 
Shell :: how to add gif in github readme 
Shell :: react js router 
Shell :: bash check if python package is installed 
Shell :: git see changes to one file 
Shell :: Failed at the sharp@0.16.2 install script 
Shell :: install deb file in ubuntu 
Shell :: bash convert string to uppercase 
Shell :: heroku postgres reset database 
Shell :: linux tar command 
Shell :: fcm post example curl 
Shell :: Kali free ports in use 
Shell :: install cocoapods mac 
Shell :: windows vpn service 
Shell :: remove unnecessary npm packages 
Shell :: ansible copy 
Shell :: magento shell reindex 
Shell :: add user to sudo 
Shell :: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory. 
Shell :: whoami command 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =