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.....!!!

ethan
asked Mar 24, 2017
2 Answer
2

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.

View More
jagannatharumugam
answered Mar 26, 2017
0

Check with type command as shown below.

#  type convert
View More
jagannatharumugam
answered Mar 26, 2017
Your Answer
||||
x
 
100:0

Related News in convert command is not working in cpanel

Related News in convert command is not working in cpanel