0

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,

 # convert --version
bash: /usr/bin/convert: No such file or directory

How to install imagick in my cpanel server.....!!!

WHM cPanel ImageMagick Add a comment
ethan
asked Mar 24 2017

Answer

0

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.

Add a comment
jagannatharumugam
asked Mar 26 2017
edited Oct 05 2018
Post your Answer
0

Check with type command as shown below.

#  type convert
Comments
ethan
May 02 2024
I used the given command, output is convert is /usr/local/bin/convert
Add a comment
jagannatharumugam
asked Mar 26 2017
edited Oct 05 2018
Post your Answer