I know what Debian package management says:
Do not erase or alter files in
/var/lib/dpkg/.
However, there are 11,501 files in that folder dating from 2006:
$ ls -l /var/lib/dpkg/info | wc -l 11502 sudo find /var/lib/dpkg/info -type f -printf '%T+ %p\n' | sort | head -n 20 | awk '{print $NF}' | xargs ls -l -rwxr-xr-x 1 root root 184 Jul 19 2008 /var/lib/dpkg/info/extra-xdg-menus.postrm -rw-r--r-- 1 root root 27 Aug 10 2006 /var/lib/dpkg/info/freepats.conffiles -rw-r--r-- 1 root root 12993 Aug 10 2006 /var/lib/dpkg/info/freepats.md5sums How can I determine the status of the files and the correct management method?
Seeing files there with a date of 2006 is surprising to me because this little machine (Acer Aspire One Netbook) was only released 2008 and I didn't get it for a few years after that (it previously ran Windows, before Linux gave it a new life).