View Single Post
mrsellout's Avatar
Posts: 889 | Thanked: 2,087 times | Joined on Sep 2010 @ Manchester
#7
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.

Last edited by mrsellout; 2011-03-31 at 00:37. Reason: typo