![]() |
2011-03-19
, 18:47
|
Posts: 63 |
Thanked: 2 times |
Joined on Mar 2010
@ United Kingdom
|
#12
|
after that
apt-get update
apt-get remove hildon-desktop
apt-get install hildon-desktop
Nokia-N900:~# apt-get remove hildon-desktop Reading package lists... Done Building dependency tree Reading state information... Done You might want to run `apt-get -f install' to correct these: The following packages have unmet dependencies: connection-switcher: Depends: hildon-desktop but it is not going to be installed google-search-widget: Depends: hildon-desktop but it is not going to be installed hildon-desktop-python-loader: Depends: hildon-desktop but it is not going to be installed mp-fremantle-community-pr: Depends: hildon-desktop (>= 1:2.2.142-11) but it is not going to be installed ovi-promotion-widget: Depends: hildon-desktop but it is not going to be installed status-area-orientationlock-applet: Depends: hildon-desktop (>= 1:2.2.142-11) but it is not going to be installed wifi-switcher: Depends: hildon-desktop but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). Nokia-N900:~#
![]() |
2011-03-19
, 19:44
|
Posts: 404 |
Thanked: 186 times |
Joined on Oct 2010
@ Dehradun,India
|
#13
|
that didnt work either
Code:Nokia-N900:~# apt-get remove hildon-desktop Reading package lists... Done Building dependency tree Reading state information... Done You might want to run `apt-get -f install' to correct these: The following packages have unmet dependencies: connection-switcher: Depends: hildon-desktop but it is not going to be installed google-search-widget: Depends: hildon-desktop but it is not going to be installed hildon-desktop-python-loader: Depends: hildon-desktop but it is not going to be installed mp-fremantle-community-pr: Depends: hildon-desktop (>= 1:2.2.142-11) but it is not going to be installed ovi-promotion-widget: Depends: hildon-desktop but it is not going to be installed status-area-orientationlock-applet: Depends: hildon-desktop (>= 1:2.2.142-11) but it is not going to be installed wifi-switcher: Depends: hildon-desktop but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). Nokia-N900:~#
![]() |
2011-03-19
, 20:29
|
Posts: 63 |
Thanked: 2 times |
Joined on Mar 2010
@ United Kingdom
|
#14
|
apt-get remove mp-fremantle-community-pr
apt-get remove status-area-orientationlock-applet
i told you to remove them before but it seems you didn't remove them
after above do
apt-get --reinstall install hildon-desktop
Nokia-N900:~# apt-get remove mp-fremantle-community-pr Reading package lists... Done Building dependency tree Reading state information... Done You might want to run `apt-get -f install' to correct these: The following packages have unmet dependencies: status-area-orientationlock-applet: Depends: hildon-desktop (>= 1:2.2.142-11) but 1:2.2.140-1+0m5 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). Nokia-N900:~# apt-get remove status-area-orientationlock-applet Reading package lists... Done Building dependency tree Reading state information... Done You might want to run `apt-get -f install' to correct these: The following packages have unmet dependencies: mp-fremantle-community-pr: Depends: hildon-desktop (>= 1:2.2.142-11) but 1:2.2.140-1+0m5 is to be installed Depends: status-area-orientationlock-applet (>= 1.0+0cssu1) but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
![]() |
2011-04-01
, 11:53
|
Posts: 1 |
Thanked: 2 times |
Joined on Oct 2010
@ Germany
|
#15
|
![]() |
2011-04-01
, 22:29
|
Posts: 63 |
Thanked: 2 times |
Joined on Mar 2010
@ United Kingdom
|
#16
|
Hi,
I had the same problem. Instead of
apt-get remove mp-fremantle-community-pr
apt-get remove status-area-orientationlock-applet
I used
dpkg -r mp-fremantle-community-pr
dpkg -r status-area-orientationlock-applet
That solved the issue. The rest is like raaj13 wrote
Cheers
André
apt-get update
apt-get remove hildon-desktop
apt-get install hildon-desktop