Results 1 to 4 of 4

Thread: just did a fresh install on my home partition... missing system clock

  1. #1
    Join Date
    Apr 2008
    Location
    Wisconsin
    Beans
    766
    Distro
    Ubuntu

    just did a fresh install on my home partition... missing system clock

    as you can see from the image below (click for bigger version) after I did a fresh install of my root partition I have no system clock.... help please

  2. #2
    Join Date
    Apr 2008
    Location
    USA
    Beans
    1,122
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: just did a fresh install on my home partition... missing system clock

    Maybe the clock isn't installed. Have you gone into the settings to check the date/time settings? If it's not there, maybe you need to install it.

    Try:
    Code:
    sudo apt-get install indicator datetime
    Question Everything

  3. #3
    Join Date
    Apr 2008
    Location
    Wisconsin
    Beans
    766
    Distro
    Ubuntu

    Re: just did a fresh install on my home partition... missing system clock

    Code:
    [brad@lady:~ ] $ sudo apt-get install indicator datetime
    [sudo] password for brad: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Unable to locate package indicator
    E: Unable to locate package datetime
    [brad@lady:~ ] $ sudo apt-get install indicator-datetime
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    indicator-datetime is already the newest version.
    The following packages were automatically installed and are no longer required:
      linux-headers-generic linux-image-generic
    Use 'apt-get autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    [brad@lady:~ ] $

  4. #4
    Join Date
    Apr 2008
    Location
    Wisconsin
    Beans
    766
    Distro
    Ubuntu

    Re: just did a fresh install on my home partition... missing system clock

    I ran
    Code:
     sudo apt-get --reinstall install indicator-datetime
    , tis working now thanks for putting me onto the proper package odd though that after a fresh install of the root partition that this was broken.....

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •