Find OS installation date (dumpe2fs)
dumpe2fs -h /dev/root | grep -i created
Retrieves the installation date of the operating system by checking the filesystem creation time on /dev/root.
dumpe2fs -h /dev/root | grep -i created
Retrieves the installation date of the operating system by checking the filesystem creation time on /dev/root.