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 :: packet tracer ubuntu 
Shell :: reverse string in shell script 
Shell :: pyinstaller failed to execute script pyi_rth_pkgres 
Shell :: awk if else 
Shell :: change default shell fedora 
Shell :: adb uninstall apk 
Shell :: change owner of file in linux 
Shell :: bash new folder 
Shell :: download nodejs ubuntu linux 
Shell :: untar gz file ubuntu 
Shell :: git cheatsheet 
Shell :: how to use dotenv in javascript 
Shell :: installing react router dom with yarn 
Shell :: android studio (not installed) flutter ubuntu 
Shell :: failed to open stream: Permission denied in path on mac 
Shell :: pacman reinstall 
Shell :: xcode There is not enough disk space available to install the product. 
Shell :: ${a,}: bad substitution 
Shell :: gitignore node_modules 
Shell :: install typescript in node project 
Shell :: reconfigure postfix 
Shell :: Kali free ports 
Shell :: create user kali linux 
Shell :: how to install cuckoo sandbox 
Shell :: combine commands bash 
Shell :: bash scripts options 
Shell :: how to use zsh on mac 
Shell :: How to Install Visual Studio Code on Ubuntu Linux 
Shell :: how to link a directory in linux 
Shell :: whoami 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =