View Single Post
Posts: 14 | Thanked: 2 times | Joined on Oct 2012 @ italy
#10
Originally Posted by minimos View Post
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
thanks a lot!
unluckily has happened... i flash it

thanks at all!