Wednesday, September 27, 2023
 Popular · Latest · Hot · Upcoming
50
rated 0 times [  50] [ 0]  / answers: 1 / hits: 106670  / 1 Year ago, wed, september 7, 2022, 9:08:55

Usually I had installed Image Magick on my Ubuntu systems with a command like this



sudo apt-get install imagemagick


or like this:



sudo apt-get install php5-imagick


Right now I am running the latest 14.04, and those packages seem to have disappeared from the repositories. Am I missing something? Have they been obsoleted? How could I install ImageMagick now?


More From » 14.04

 Answers
1

The package you are looking for is imagemagick. Confirm that you have all sources check marked in "Software and Updates":



software and updates package sources



and then update the package list by opening a terminal(Ctrl+Alt+t) and then typing the following:



sudo apt-get update


and enter you password and then



sudo apt-get install imagemagick php5-imagick


and then press Return to confirm the installation.


[#25053] Friday, September 9, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
leadprogres

Total Points: 298
Total Questions: 114
Total Answers: 139

Location: Samoa
Member since Mon, Nov 8, 2021
2 Years ago
;