View Single Post
Posts: 12 | Thanked: 4 times | Joined on Jan 2010
#3
Evince seems to run fine if you install the package from the OS2008-repository with dpkg and then add the dependencies via apt-get.

So you will need to download the latest evince-release from OS2008 from here:

http://repository.maemo.org/extras/p...free/e/evince/
(choose the _armel.deb)

then you need a terminal with root access

Code:
root

dpkg -i /path/to/evince_2.xx.x-x.maemox_armel.deb
there will be some warnings about unsatisfied dependencies, to install them you have to

Code:
apt-get -f install
 

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