View Single Post
Old 03-14-2020, 05:05 PM   #9
brno
Member
brno began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Feb 2016
Device: Kobo Glo HD
I managed to solve the problem concerning the tar command, using the following code
Quote:
mv /mnt/sd/ko-deps.tar.gz /mnt/private
mv /mnt/sd/ko-deps-safemode-latest.tar.gz /mnt/private
mv /mnt/sd/koreader-cervantes-v2020.03.2.zip /mnt/private
cd /mnt/private
tar -xvf ko-deps.tar.gz
tar -xvf ko-deps-safemode-latest.tar.gz
dpkg -i iproute_20120521-3+b3_armel.deb
dpkg -i iputils-ping_20101006-1+b1_armel.deb
dpkg -i safemode_0.5.0_armel.deb
dpkg -i unzip_6.0-8+deb7u5_armel.deb
dpkg -i safemode_0.6.0_armel.deb
unzip koreader-cervantes-v2020.03.2.zip
But when I execute the command
Quote:
root@MiWiFi-R3G-srv:/mnt/private# dpkg -i iproute_20120521-3+b3_armel.deb
Here is the error I get:
Quote:
(Reading database ... 11316 files and directories currently installed.)
Unpacking iproute (from iproute_20120521-3+b3_armel.deb) ...
dpkg-deb (subprocess): decompressing archive member: internal gzip read error: '<fd:4>: incorrect data check'
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing iproute_20120521-3+b3_armel.deb (--install):
cannot copy extracted data for './sbin/rtacct' to '/sbin/rtacct.dpkg-new': unexpected end of file or stream
Errors were encountered while processing:
iproute_20120521-3+b3_armel.deb
By the way, I'm using a PC and I use Putty to connect to the reader via Telnet. And I don't know much about Linux :-)

Last edited by brno; 03-14-2020 at 05:22 PM.
brno is offline   Reply With Quote