Where AR comes from
ar was in the first edition of Unix in 1971, originally as a general-purpose archiver; tar took that role and ar retreated to holding compiled object files as static libraries. Debian picked it in 1995 as the outer container of .deb, on the grounds that a package should be openable by tools present on any Unix system even when dpkg is broken — an .ar containing three members, one of which is a tarball of the actual files. GNU and BSD then diverged on how to store names longer than fifteen characters, which is the format's one real incompatibility.