I'm trying to install omxplayer on raspberry pi 4 (Debian Buster x64) but I'm having so much trouble and can't install it. First of all I tried:
apt update apt install omxplayer And had the following message:
Reading package lists... Done Building dependency tree Reading state information... Done Package omxplayer is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'omxplayer' has no installation candidate Next I tried to build from the source (https://github.com/popcornmix/omxplayer) So I tried the following command to do it:
./prepare-native-raspbian.sh And it gave the the following error:
Modifying for native build on Debian Checking dpkg database for missing packages ................. You are missing required packages. Run sudo apt-get update && sudo apt-get install git-core libasound2-dev libva1 libidn11-dev libboost-dev libssl1.0-dev libssh-dev libsmbclient-dev So I run the command that it told me too, but now I have another error:
Package libssl1.0-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Unable to locate package libva1 E: Package 'libssl1.0-dev' has no installation candidate Now I don't know what also I can do to install this program, it is realy usefull and I realy need it for an project. Does anyone knows what can I do? Thank you.