turingmachine / omxplayer-sync

OMXPlayer-Sync facilitates synchronization of multiple OMXPlayer instances over the network in a master/slave fashion.
194 stars 70 forks source link

dpkg: error: cannot access archive #112

Open ramazansubasi opened 3 years ago

ramazansubasi commented 3 years ago

When I run this command dpkg -i omxplayer_0.3.7~git20170130~62fb580_armhf.deb

I received an error: dpkg: error: cannot access archive

when I change the command like this I receive the other errors: dpkg -i omxplayer_0.3.7-git20170130-62fb580_armhf.deb

Selecting previously unselected package omxplayer. (Reading database ... 98546 files and directories currently installed.) Preparing to unpack omxplayer_0.3.7-git20170130-62fb580_armhf.deb ... Unpacking omxplayer (0.3.7~git20170130~62fb580) ... dpkg: dependency problems prevent configuration of omxplayer: omxplayer depends on libssl1.0.0; however: Package libssl1.0.0 is not installed.

dpkg: error processing package omxplayer (--install): dependency problems - leaving unconfigured Processing triggers for man-db (2.8.5-2) ... Errors were encountered while processing: omxplayer

r2291786 commented 3 years ago

i tried apt --fix-broken install to tackle down this situation, it seems to overwrite the git20170130 with newer version . But then i am unable to get slave to work....(or say i did not ever get it to work...)