Hello,
I downloaded it from here and followed the instructions to install it on Linux. It installed without any errors and all tests passed.
My question is if I can delete the folder that was extracted from the download I got from here?
I put it in /home and its name is: ImageMagick-6.8.8-1
Thank you.
Installation question
-
- Posts: 4
- Joined: 2014-01-05T01:37:11-07:00
- Authentication code: 6789
Re: Installation question
Why not test it yourself? Just rename the folder and run the IM — if application starts without any problems, you can safely delete folder. Otherwise, rename it back.
-
- Posts: 4
- Joined: 2014-01-05T01:37:11-07:00
- Authentication code: 6789
Re: Installation question
Thank you but how can I run it? Its on a server running CentOS with cpanel.
Re: Installation question
Sorry Soundlover, but I cannot help you, because I'm a Windows user and my knowledge of Linux is limited. Anyway, I think you can run it using command line by connecting to server via SSH (for example, using Putty). Something like:Soundlover wrote:Thank you but how can I run it? Its on a server running CentOS with cpanel.
Code: Select all
/usr/local/specify/your/im/path/to/convert -version

Re: Installation question
I run mine with php.Thank you but how can I run it? Its on a server running CentOS with cpanel.
I am a windows user the same as Vicky and run mine with the command line on my localhost; I belive there is a similar option on Linux but I have no idea how it works. You will have to ask Google.
-
- Posts: 4
- Joined: 2014-01-05T01:37:11-07:00
- Authentication code: 6789
Re: Installation question
I ran: convert -version
And shows that its installed and the version. But it does not show the path where its installed.
I checked some folders but found nothing.
And shows that its installed and the version. But it does not show the path where its installed.
I checked some folders but found nothing.
Re: Installation question
Try:
type convert
or
which convert
type convert
or
which convert
-
- Posts: 4
- Joined: 2014-01-05T01:37:11-07:00
- Authentication code: 6789
Re: Installation question
I deleted the folder, then checked and its still installed. 
