View Single Post
Posts: 646 | Thanked: 1,124 times | Joined on Jul 2010 @ Espoo, Finland
#7
Reinstall as quick as you can mp-harmattan-001-pr: it's the 'glue' that keeps many system packages together.
Without it, probably the first time you remove an application, the autoremove check would trigger in background (automatically) and you will see most of the stock applications be uninstalled and disappear from the screen.

EDIT: to change temporarily language you can set LC_ALL variable:
My device by default is in English, but e.g. I can set it to show apt messages in Italian with LC_ALL=it_IT. To set English you can use e.g. en_US
Code:
~ # apt-cache policy mp-harmattan-001-pr
mp-harmattan-001-pr:
  Installed: 40.2012.21-3
  Candidate: 40.2012.21-3
  Version table:
     40.2012.21-3 0
        500 https://downloads.maemo.nokia.com ./ Packages
 *** 40.2012.21-3 0
        100 /var/lib/dpkg/status

~ # export LC_ALL=it_IT
~ # apt-cache policy mp-harmattan-001-pr
mp-harmattan-001-pr:
  Installato: 40.2012.21-3
  Candidato: 40.2012.21-3
  Tabella versione:
     40.2012.21-3 0
        500 https://downloads.maemo.nokia.com ./ Packages
 *** 40.2012.21-3 0
        100 /var/lib/dpkg/status

~ # export LC_ALL=en_US
~ # apt-cache policy mp-harmattan-001-pr
mp-harmattan-001-pr:
  Installed: 40.2012.21-3
  Candidate: 40.2012.21-3
  Version table:
     40.2012.21-3 0
        500 https://downloads.maemo.nokia.com ./ Packages
 *** 40.2012.21-3 0
        100 /var/lib/dpkg/status

Last edited by minimos; 2013-08-08 at 16:29. Reason: Adding temporary change of language in terminal
 

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