Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

unmet dependencies when installing 'gstreamer1.0-plugins-*'

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
puertas12
Posts: 5
Joined: 2017-10-24 06:09

unmet dependencies when installing 'gstreamer1.0-plugins-*'

#1 Post by puertas12 »

I executed this command in Debian 9:

Code: Select all

sudo apt-get install gstreamer1.0-plugins-*
The installation didn't succeed because these unmet dependecies:
The following packages have unmet dependencies:
gstreamer1.0-plugins-bad-dbg : Depends: gstreamer1.0-plugins-bad (= 1.10.4-1) but 1:1.10.4-dmo2 is to be installed
gstreamer1.0-plugins-ugly-dbg : Depends: gstreamer1.0-plugins-ugly (= 1.10.4-1) but 1:1.10.4-dmo1 is to be installed
Then I executed:

Code: Select all

sudo apt-get install gstreamer1.0-plugins-bad
and

Code: Select all

sudo apt-get install gstreamer1.0-plugins-ugly
But the dependencies are still not meet.

Note: I did a sear for these plugins:

Code: Select all

sudo find / -iname "*gstreamer1.0-plugins-bad*"
/usr/share/doc/gstreamer1.0-plugins-bad
/var/cache/apt/archives/gstreamer1.0-plugins-bad_1%3a1.10.4-dmo2_amd64.deb
/var/lib/dpkg/info/gstreamer1.0-plugins-bad:amd64.list
/var/lib/dpkg/info/gstreamer1.0-plugins-bad:amd64.md5sums
and

Code: Select all

sudo find / -iname "gstreamer1.0-plugins-ugly*"
/usr/share/doc/gstreamer1.0-plugins-ugly
/var/cache/apt/archives/gstreamer1.0-plugins-ugly_1%3a1.10.4-dmo1_amd64.deb
/var/lib/dpkg/info/gstreamer1.0-plugins-ugly:amd64.list
/var/lib/dpkg/info/gstreamer1.0-plugins-ugly:amd64.md5sums
Any ideas on how to install the 'gstreamer1.0-plugins-*'?

peter_irich
Posts: 1405
Joined: 2009-09-10 20:15
Location: Saint-Petersburg, Russian Federation
Been thanked: 11 times

Re: unmet dependencies when installing 'gstreamer1.0-plugins

#2 Post by peter_irich »

Try do not use a packages not from the official repository. For example, gstreamer1.0-plugins-bad is in Debian Stretch too.
i.e turn off deb-multimedia, remove packages from it and try again.

Peter.

puertas12
Posts: 5
Joined: 2017-10-24 06:09

Re: unmet dependencies when installing 'gstreamer1.0-plugins

#3 Post by puertas12 »

The deb-multimedia is removed.

Then I executed:

Code: Select all

sudo apt-get install gstreamer1.0-plugins-*
However:
gstreamer1.0-plugins-bad-dbg : Depends: gstreamer1.0-plugins-bad (= 1.10.4-1) but 1:1.10.4-dmo2 is to be installed
gstreamer1.0-plugins-ugly-dbg : Depends: gstreamer1.0-plugins-ugly (= 1.10.4-1) but 1:1.10.4-dmo1 is to be installed
What are these dmo's?

puertas12
Posts: 5
Joined: 2017-10-24 06:09

Re: unmet dependencies when installing 'gstreamer1.0-plugins

#4 Post by puertas12 »

peter_irich wrote:Try do not use a packages not from the official repository. For example, gstreamer1.0-plugins-bad is in Debian Stretch too.
i.e turn off deb-multimedia, remove packages from it and try again.

Peter.
Thanks you got the answer after removing the packages I could install the gstreamer plugins!

Thanks

peter_irich
Posts: 1405
Joined: 2009-09-10 20:15
Location: Saint-Petersburg, Russian Federation
Been thanked: 11 times

Re: unmet dependencies when installing 'gstreamer1.0-plugins

#5 Post by peter_irich »

puertas12 wrote:
peter_irich wrote:Try do not use a packages not from the official repository. For example, gstreamer1.0-plugins-bad is in Debian Stretch too.
i.e turn off deb-multimedia, remove packages from it and try again.

Peter.
Thanks you got the answer after removing the packages I could install the gstreamer plugins!

Thanks
Excuse me, I wanted to say "from the unofficial", but you understood.

Peter.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: unmet dependencies when installing 'gstreamer1.0-plugins

#6 Post by stevepusser »

"dmo" indicates that it's a "deb-multimedia.org" package. Those have caused problems for many people, as you have just discovered.
MX Linux packager and developer

Post Reply