Can I locate a shared object file within a remote repository inside my system's sources?
For example, on my computer I can search:
dpkg -S libgazebo_ros_gpu_laser.so
The query returns the name of the package containing the file, if the package is installed.
Is there a way for me to search the system's remote sources and identify which package contains libgazebo_ros_gpu_laser.so so that I can install it with apt-get install afterwards?