Package Archaeology
@aaronge/package-archaeologyv2026.08.28.1
01README
Finds the oldest-touched installed dpkg packages on a Debian/apt-based host, using each package's /var/lib/dpkg/info/.list file mtime as an approximate (honestly-caveated) install date — fun trivia about your system's history.
02Models
@aaronge/package-archaeologyv2026.08.28.1package_archaeology.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| count | number | How many of the oldest-touched packages to report. |
| dpkgInfoPath | string | Override for testing or unusual dpkg installs. |
fn findOldest()
List the oldest-touched installed packages on the host.
Resources
oldestPackages(infinite)— The oldest-touched installed packages by dpkg .list file mtime.
03Stats
A
100 / 100
Downloads
0
Archive size
6.3 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
04Platforms
05Labels