maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   html2text: where are you? (https://talk.maemo.org/showthread.php?t=29969)

lucag 2009-06-29 10:00

html2text: where are you?
 
Hi,
I'm installing an applicaiton on my n810 (last diablo version) that need "html2text" library. How can I install html2text?
Thanks
Luke

lma 2009-06-29 10:43

Re: html2text: where are you?
 
It's in the SDK repository (http://repository.maemo.org/ diablo/sdk free non-free). A lot of the contents of that repository aren't really meant to be installed on an actual device so you should probably disable it after installing the package.

lucag 2009-06-29 11:08

Re: html2text: where are you?
 
Can I have a direct link to download the installer of html2text?
Thanks

lma 2009-06-29 11:28

Re: html2text: where are you?
 
Try this.

lucag 2009-06-29 12:19

Re: html2text: where are you?
 
"Unable to install html2text.
Incompatible application package."

lma 2009-06-29 12:50

Re: html2text: where are you?
 
Works for me...

Code:

Nokia-N800-43-7:~# wget -q http://repository.maemo.org/pool/maemo4.1.2/free/h/html2text/html2text_1.3.2a-2_armel.deb
Nokia-N800-43-7:~# dpkg -i html2text_1.3.2a-2_armel.deb
Selecting previously deselected package html2text.
(Reading database ... 17940 files and directories currently installed.)
Unpacking html2text (from html2text_1.3.2a-2_armel.deb) ...
Setting up html2text (1.3.2a-2) ...

Are you sure you are running the latest (5.2008.43-7) Diablo version?

sjgadsby 2009-06-29 12:50

Re: html2text: where are you?
 
Quote:

Originally Posted by lucag (Post 300779)
"Unable to install html2text.
Incompatible application package."

html2text is a command line application from the SDK repository, so it isn't in "User". For that reason, the application manager rejects it, at least by default. You'll need to either install it from the command line or briefly enter Red Pill mode for the install.

Please remember to disable Red Pill (if used) and the SDK repository after installing html2text.

lma 2009-06-29 12:52

Re: html2text: where are you?
 
Ah yes, it just occurred to me that it probably isn't installable with the application manager as it's not in the 'user' section. You can either use either command line tools as above, or red pill mode.

lucag 2009-06-29 13:05

Re: html2text: where are you?
 
can you give me the command for x-term?
THanks

sjgadsby 2009-06-29 13:19

Re: html2text: where are you?
 
Quote:

Originally Posted by lucag (Post 300787)
can you give me the command for x-term?

lma provided the commands in his post above.

lucag 2009-06-29 13:48

Re: html2text: where are you?
 
Quote:

Originally Posted by sjgadsby (Post 300790)
lma provided the commands in his post above.

Yes, but my xterm says> wget: not found

qwerty12 2009-06-29 13:49

Re: html2text: where are you?
 
Code:

maemo-mini-curl -o html2text_1.3.2a-2_armel.deb http://repository.maemo.org/pool/maemo4.1.2/free/h/html2text/html2text_1.3.2a-2_armel.deb
(or alternatively, you could just: apt-get install wget)

lucag 2009-06-29 15:35

Re: html2text: where are you?
 
Quote:

Originally Posted by qwerty12 (Post 300800)
Code:

maemo-mini-curl -o html2text_1.3.2a-2_armel.deb http://repository.maemo.org/pool/maemo4.1.2/free/h/html2text/html2text_1.3.2a-2_armel.deb
(or alternatively, you could just: apt-get install wget)

Ok. I installed wget. Then, I tried Ima's code. The result? nothing. Nothing happens....

lma 2009-06-29 15:59

Re: html2text: where are you?
 
Quote:

Originally Posted by lucag (Post 300820)
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.

lucag 2009-06-29 16:16

Re: html2text: where are you?
 
Ok! It worked!
Thank you very much!


All times are GMT. The time now is 17:02.

vBulletin® Version 3.8.8