Skip to content

canmi21/age

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Age

Age is a simple tool to check the installation time of your Arch Linux system.

Installation

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

Dependencies

  • glibc
  • cargo (for building the package)

Usage

Once installed, you can check your system's installation time by running:

age

Example Output:

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.

Links