View Single Post
Posts: 230 | Thanked: 302 times | Joined on Oct 2009 @ Helsinki, Suomi (Finland)
#15
Originally Posted by OVK View Post
OK. Started updating by uninstalling yle-dl. Then tried to install librtmp0_2.4-2_armel.deb but that gives error (invalid package or something like that, message in Finnish is "asennuspaketti ei kelpaa"). Also the other rtmpdump package can't be updated ("already installed from trusted source") so I removed it also. Anyway, currently I am stuck in installing the librtmp0_2.4-2_armel.deb package.
Download packages to your device and try from the command line with:
Code:
$ devel-su
# dpkg -i librtmp0_2.4-2_armel.deb rtmpdump_2.4-2_armel.deb
If it complains about missing dependencies, install those with apt-get.
Code:
# apt-get update && apt-get install libssl0.9.8 zlib1g

Last edited by ladoga; 2014-11-23 at 00:36.
 

The Following User Says Thank You to ladoga For This Useful Post: