Level 35
Try running sudo apt-get update before doing sudo apt install ...
https://www.cyberciti.biz/faq/what-does-sudo-apt-get-update-command-do-on-ubuntu-debian/
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
When I installed imagick locally I have:
version 3.7.0 7.1.0
When I run on production server:
sudo apt install php8.1-imagick
I get:
3.7.0 6.9
Which is missing a few file formats I need. How can I get version 6.9 -> 7.1?
Any tips?
Thanks
Please or to participate in this conversation.