Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

Hello @alfredo-rico,

Yes, just:

sudo apt install libvips42 --no-install-recommends

The --no-install-recommends makes it usefully smaller again:

$ docker run --rm -it ubuntu:24.04
root@62a2ae7f9b8c:/# apt update && apt upgrade
...
root@62a2ae7f9b8c:/# apt install libvips42 --no-install-recommends
Reading package lists... Done
...
After this operation, 132 MB of additional disk space will be used.
...

You can make it smaller still if you build your own libvips binary.

I would also look at the checklist here:

https://github.com/libvips/libvips/blob/master/doc/Developer-checklist.md

Particularly:

https://github.com/libvips/libvips/blob/master/doc/Developer-checklist.md#only-enable-the-load-…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alfredo-rico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants