Ubuntu – How to tell what date Ubuntu was installed

command linelogsystem-installation

is there a command which will output the date that ubuntu (or any distribution) was installed?

Best Answer

You can check the installer logs and dates at:

/var/log/installer

A quick way to find the date through the command line would be by running:

ls -lt /var/log/installer

That lists in reverse chronological order so the oldest file is at the bottom of the list.