Unable to install opencv with libtiff

but does it work? can you read tiff files with cv::imread?

you didn’t say that anything didn’t work. there’s no reason to expect the existence of a separate libtiff shared object.

opencv brings libtiff along. it needn’t exist in the system.

that means you won’t find libtiff as a separate file installed anywhere. it’s linked statically, which means it’s inside of the shared objects of opencv.