Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't install omxplayer on Raspbian Stretch Lite due to unmet dependencies #585

Open
caseyanderson opened this issue Nov 16, 2017 · 3 comments

Comments

@caseyanderson
Copy link

caseyanderson commented Nov 16, 2017

When I try to install omxplayer player from aptitude (under Raspbian Stretch Lite) the installation fails due to unmet dependencies (see below for list). Any suggestions for how to fix this? Alternately I could roll back to a previous Raspbian but would prefer to avoid doing that as I just spent all this time setting this new image up.

Release info

Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.1 (stretch)
Release: 9.1
Codename: stretch

Message from Aptitude following install failure

The following packages have unmet dependencies:
 omxplayer : Depends: libavcodec57 (>= 7:3.2.5) but it is not installable or
                      libavcodec-extra57 (>= 7:3.2.5) but it is not installable
             Depends: libavformat57 (>= 7:3.2.5) but it is not installable
             Depends: libavutil55 (>= 7:3.2.5) but it is not installable
             Depends: libswresample2 (>= 7:3.2.5) but it is not installable
E: Unable to correct problems, you have held broken packages.
@caseyanderson
Copy link
Author

tried building from source (as described in the README here) and make failed part of the way through building ffmpeg due to some sort of conflict. gonna roll back to jessie because i am on a deadline, know that jessie doesn't have this problem, etc., but just wanted to give a bit of an update about my unsuccessful attempts to install omxplayer on most recent stretch.

@abiliomp
Copy link

abiliomp commented Apr 3, 2018

Hi! I had the same problem and solved just by running

apt-get update

then...

apt-get upgrade

and again...

apt-get update

and finally...

sudo apt-get install omxplayer

I hope you find this useful.

@E3V3A
Copy link

E3V3A commented Apr 9, 2018

I think you can close this, because even that stretch version is already very outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants