View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7044
It's not a really the same content.. I found a differences, look this is my:
Content-length: 18168368
and this is your:
Content-Length: 18168368
In your output the word Length with BIG "L" and in my output it with small "l".
This is a reason the the full command not show the output for you...
Why it written for you with this big L I don't know
Try to reinstall wget:
Code:
apt-get update
apt-get install --reinstall wget
and run this command again:
Code:
wget "http://dl.dropboxusercontent.com/u/17706605/n9-qtweakall_9.7.8_armel.deb" --spider --server-response -O - 2>&1
, if still get the same: Content-Length (with big "L") to fix it in the N9QT, run this command as ROOT:
Code:
sed -i -e 's/Content-length/Content-Length/g' /opt/N9QTweak/Tweaks/downloader*
After this command all tweaks that use downloader should work

PS. Please tell me which repos you have installed? Files from this folder:
Code:
/etc/apt/sources.list.d
via this command:
Code:
ls -l /etc/apt/sources.list.d

Last edited by Schturman; 2013-07-02 at 15:07.
 

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