Age is a simple tool to check the installation time of your Arch Linux system.
You can install age from the AUR (Arch User Repository) using yay
or any other AUR helper:
yay -S system-age
Alternatively, you can manually clone the AUR repository and build it:
git clone https://aur.archlinux.org/system-age.git
cd system-age
makepkg -si
glibc
cargo
(for building the package)
Once installed, you can check your system's installation time by running:
age
canmi@xyy ~> age
Archlinux@canmi 6.13.2-arch1-1 already installed 7d 5h 53m 25s.
canmi@xyy ~>
The output will display the name of your system, the kernel version, and how long the system has been installed.