I like to use Orangepi boards, for audio streaming via Alexa Skills
therefor I need to install gstreamer plugins
apt install libgstreamer-plugins-good1.0-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libgstreamer-plugins-good1.0-dev
E: Couldn't find any package by glob 'libgstreamer-plugins-good1.0-dev'
E: Couldn't find any package by regex 'libgstreamer-plugins-good1.0-dev'
this deb is only amd64 and i386, but i found this deb:
root@orangepiwin:~# apt install /root/libgstreamer-plugins-base1.0-dev_1.10.4-1+deb9u1_armhf.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libgstreamer-plugins-base1.0-dev:armhf' instead of '/root/libgstreamer-plugins-base1.0-dev_1.10.4-1+deb9u1_armhf.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgstreamer-plugins-base1.0-dev:armhf : Depends: libc6-dev:armhf but it is not going to be installed or
libc-dev:armhf
Depends: libgstreamer1.0-dev:armhf (>= 1.10.0) but it is not going to be installed
Depends: libglib2.0-dev:armhf but it is not going to be installed
Depends: libxml2-dev:armhf but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@orangepiwin:~#
Sorry I am still a beginner at linux, but is there a chance to install this Dependencie?
Question
pumuckl
Hello,
My orange Pi runs with Armbian Stretch 4.19.y.
I like to use Orangepi boards, for audio streaming via Alexa Skills
therefor I need to install gstreamer plugins
apt install libgstreamer-plugins-good1.0-dev Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libgstreamer-plugins-good1.0-dev E: Couldn't find any package by glob 'libgstreamer-plugins-good1.0-dev' E: Couldn't find any package by regex 'libgstreamer-plugins-good1.0-dev'
this deb is only amd64 and i386, but i found this deb:
libgstreamer-plugins-base1.0-dev_1.10.4-1+deb9u1_armhf.deb
here:
https://packages.debian.org/stretch/libgstreamer-plugins-base1.0-dev
but it is not install able:
root@orangepiwin:~# apt install /root/libgstreamer-plugins-base1.0-dev_1.10.4-1+deb9u1_armhf.deb Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libgstreamer-plugins-base1.0-dev:armhf' instead of '/root/libgstreamer-plugins-base1.0-dev_1.10.4-1+deb9u1_armhf.deb' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libgstreamer-plugins-base1.0-dev:armhf : Depends: libc6-dev:armhf but it is not going to be installed or libc-dev:armhf Depends: libgstreamer1.0-dev:armhf (>= 1.10.0) but it is not going to be installed Depends: libglib2.0-dev:armhf but it is not going to be installed Depends: libxml2-dev:armhf but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@orangepiwin:~#
Sorry I am still a beginner at linux, but is there a chance to install this Dependencie?
greetings
Link to comment
Share on other sites
3 answers to this question
Recommended Posts