Ok. Download the deb file from the link above and save in the MyDocs (or wherever you want) folder. Do you have rootsh installed? If not, install via app manager. Now open up X-term, and at the prompt, type Code: root to gain root access. Now to install the deb file you downloaded earlier. So type, Code: cd /home/user/MyDocs If you downloaded to another directory, you'll have to change to that directory using cd . Next you need to install the deb so at the prompt type Code: dpkg -i glow_1.3.5_armel.deb After that you'll get a message about the afore-mentioned mcsp package and the following will resolve it: Code: apt-get -f install This should leave glow in your app menu.
root
cd /home/user/MyDocs
dpkg -i glow_1.3.5_armel.deb
apt-get -f install
~ $ root BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) Enter 'help' for a list of built-in commands. Nokia-N900-42-11:~# cd /home/user/MyDocs Nokia-N900-42-11:/home/user/MyDocs# dpkg -i glow_1.3.5_armel.deb dpkg: error processing glow_1.3.5_armel.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: glow_1.3.5_armel.deb Nokia-N900-42-11:/home/user/MyDocs# apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 28 not upgraded. 1 not fully installed or removed. After this operation, 0B of additional disk space will be used. Setting up fsudoku (0.1-1) ... dpkg (subprocess): unable to execute post-installation script: No such file or directory dpkg: error processing fsudoku (--configure): subprocess post-installation script returned error exit status 2 Errors were encountered while processing: fsudoku E: Sub-process /usr/bin/dpkg returned an error code (1) Nokia-N900-42-11:/home/user/MyDocs#