View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#14
Originally Posted by lucag View Post
Ok. I installed wget. Then, I tried Ima's code. The result? nothing. Nothing happens....
I can only guess at what's going wrong, but does your tablet you have internet connectivity?

Anyway, try these two commands, as root:

Code:
wget http://repository.maemo.org/pool/maemo4.1.2/free/h/html2text/html2text_1.3.2a-2_armel.deb
(without -q so you can see what it's doing) which should download the package to your current working directory, followed by

Code:
dpkg -i html2text_1.3.2a-2_armel.deb
which should install it. If this doesn't work please post the exact output you get.