View Single Post
mrsellout's Avatar
Posts: 889 | Thanked: 2,087 times | Joined on Sep 2010 @ Manchester
#9
Hi.
Let's go through the transcript.
Code:
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
Right it can't find the installation package. Before you opened xterm, did you download the deb package?

If not do so and save it to Nokia N900 in MicroB. If you already saved it somewhere you need to cd to the directory you saved it in before you run the dpkg command from above.

Back to the transcript ...
Code:
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#
Right it looks like you tried to install something called fsudoku before and it's not installed properly. I'm not 100% sure how to fix this, but I personally would try uninstalling fsudoku and then try the apt-get -f install. So I would try the next few commands, however I would try and interpret what messages xterm is returning. So just try them one line at a time read what it says and respond back if you are unsure of anything.

Code:
apt-get remove fsudoku
apt-get update
apt-get -f install
apt-get upgrade