On Thursday 31 December 2020 at 12:18:24, Dimitris via Dng wrote: > Στις 31/12/20 12:50 μ.μ., ο/η Antony Stone έγραψε: > > I have_all_ files from the machine I want to investigate, and I'm hoping > > that there's something in /var/cache/apt or /var/lib/dpkg which would > > allow me to get the same sort of list as the above commands produce. > > /var/lib/dpkg/status holds all installed packages.
Ooh, excellent - thanks - just what I needed :) > this might be helpful : > https://unix.stackexchange.com/questions/161866 Hm, some lessons for naïve sysadmins in there :) Thanks, Antony. -- #define SIX 1+5 #define NINE 8+1 int main() { printf("%d\n", SIX * NINE); } - thanks to ECB for bringing this to my attention Please reply to the list; please *don't* CC me. _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
