Unable to locate package libgstreamer0.10-dev when install opencv

sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev Reading package lists... Done

Building dependency tree
Reading state information... Done

E: Unable to locate package libgstreamer0.10-dev

E: Couldn't find any package by glob 'libgstreamer0.10-dev'

E: Couldn't find any package by regex 'libgstreamer0.10-dev'

E: Unable to locate package libgstreamer-plugins-base0.10-dev

E: Couldn't find any package by glob 'libgstreamer-plugins-base0.10-dev'

E: Couldn't find any package by regex 'libgstreamer-plugins-base0.10-dev'

2

1 Answer

libgstreamer0.10-dev is outdated. Try using the newest version 1.0:

sudo apt -y install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like