ethan
asked Mar 24 2017
Answer
So convert location in cpanel is /usr/local/bin/convert. The first location you shown may be the old binary files. To remove those binary files use below command,
# hash -r
Now check with /usr/local/bin/convert --version command.
jagannatharumugam
asked Mar 26 2017
edited Oct 05 2018
Check with type command as shown below.
# type convert
ethan
Nov 08 2024
I used the given command, output is
convert is /usr/local/bin/convert
jagannatharumugam
asked Mar 26 2017
edited Oct 05 2018
convert command is not working in cpanel
Hi, I am trying to install Imagick extension in cpanel server.
At first it was installed and after that uninstalled the program.
Now i have downloaded the respective version of Imagick tar package.
After installed i check the version using below command,
How to install imagick in my cpanel server.....!!!