I need to install opencv V3 in a ubuntu 16.04.
I have the packages libopencv-* (opencv 2.4.9) installed and lot of applications and libraries depends of it so I can't remove it.
I can make and install opencv 3.1 from git repos but my doubt is if I do that installation i will have conflicts between both version or even a posterior upgrade from opt-get will overwrite the new ones and make everything unstable.
Is there a way to have both at time, or remove 2.4.9 without uninstall all packages ho depend on it?