How can I resolve gstreamer dependencies in Ubuntu
Can you please tell me how can I resolve these dependencies on ubuntu:
checking for GSTREAMER... configure: error: Package requirements (gstreamer-0.10 >= 0.10
gstreamer-app-0.10
gstreamer-base-0.10
gstreamer-pbutils-0.10
gstreamer-plugins-base-0.10 >= 0.10.25
gstreamer-video-0.10) were not met:
No package 'gstreamer-app-0.10' found
No package 'gstreamer-pbutils-0.10' found
No package 'gstreamer-plugins-base-0.10' found
No package 'gstreamer-video-0.10' found
I have tried:
$ sudo apt-get install *gstreamer-video*
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Regex compilation error - Invalid preceding regular expression
$ sudo apt-get install *gstreamer-app*
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Regex compilation error - Invalid preceding regular expression
$ sudo apt-get install *gstreamer-base*
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Regex compilation error - Invalid preceding regular expression
$ apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev
which you could have found by doing a search for gstreamer-app-0.10.pc
in package contents on packages.ubuntu.com or with apt-file search
, or by running the whole configuration process within auto-apt run
.
Try
apt-get install libgstreamer*