|
2013-08-08
, 11:16
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#2
|
# apt-get install $(cat list.txt)
The Following User Says Thank You to For This Useful Post: | ||
![]() |
2013-08-08
, 11:24
|
Posts: 446 |
Thanked: 207 times |
Joined on Sep 2012
@ Austria/Germany
|
#3
|
dpkg -l | grep "mp-harmattan"
apt-get install mp-harmattan-00X-pr
![]() |
2013-08-08
, 12:30
|
Posts: 14 |
Thanked: 2 times |
Joined on Oct 2012
@ italy
|
#4
|
first of all:
please change the language to english! -> italian terminal output is kinda hard to read if you don't master the language....
second:
it looks to me like you accidentally removed/altered some system package..
to fix this you need to identify the package in question
1. open a terminal
2. switch to root user and perform this command
3. runCode:dpkg -l | grep "mp-harmattan"(replace the X with the number you get from the previous command output!)Code:apt-get install mp-harmattan-00X-pr
this should give you an error and the name of the faulty package...
this
![]() |
2013-08-08
, 13:05
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#5
|
![]() |
2013-08-08
, 16:21
|
Posts: 646 |
Thanked: 1,124 times |
Joined on Jul 2010
@ Espoo, Finland
|
#7
|
~ # 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
The Following User Says Thank You to minimos For This Useful Post: | ||
![]() |
2013-08-08
, 20:02
|
Posts: 646 |
Thanked: 1,124 times |
Joined on Jul 2010
@ Espoo, Finland
|
#9
|
![]() |
2013-08-12
, 10:34
|
Posts: 14 |
Thanked: 2 times |
Joined on Oct 2012
@ italy
|
#10
|
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
i have a problem with apt-get command. when i wanna install an application, the terminal show me a list of "programs" no longer required.
it say "use apt-get AUTOREMOVE for remove the packages."
i think that, if i use apt-get autoremove, my N9 stop works!
Thanks a lot!