I just upgraded to ubuntu 11.10 from 11.04 and clock/calendar doesn't appear on the bar.
So I figured out that indicator-datetime wasn't installed. When I tried to install it
the following error appears:
xxx@yyy:/$ sudo apt-get install indicator-datetime
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
indicator-datetime : Depends: libecal1.2-10 (>= 3.2.1) but 3.2.0-0ubuntu1 is to be installed
Depends: libedataserver1.2-15 (>= 3.2.1) but 3.2.0-0ubuntu1 is to be installed
Depends: libedataserverui-3.0-1 (>= 3.2.1) but 3.2.0-0ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
I don't know how to solve it.
sudo apt-get update && sudo apt-get upgrade? (please add this to your question) – fossfreedom♦ Mar 12 '12 at 14:03Important security updates, Recommended updates and Pre-released updateswhere deactivated in Software sources. I activate them, and then runapt-get updateand thenapt-get install indicator-datetimeand then restart and it works. – rayo hauno Mar 12 '12 at 16:08