SkyWalker_89
New member
- Joined
- Dec 23, 2024
- Messages
- 5
- Thread Author
- #1
Can someone please help me how to install imagemagick?
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!sudo apt update
sudo apt upgrade
sudo apt install build-essential libjpeg-dev libpng-dev libtiff-dev libgif-dev
sudo apt install imagemagick
convert --version
tar xvzf ImageMagick.tar.gz
cd ImageMagick-*
./configure
make
sudo make install
sudo ldconfig
convert --version
Join Lunar Forums for in-depth discussions, expert advice, and community support on hosting services, servers, domain management, and more. Find answers and share your insights today!"