I have an assembled PC with multi-boot OS. Fedora 38 and Ubuntu 23.04 equally share an 1 TiB disk.
I use sudo --login dnf --noplugins history info <transaction_id>
to get the comprehensive details of a transaction ( install , remove , and/or update ) of a package on dnf based systems
How can I get a similar information in an apt based system ?
Please review and assist!
apt
doesn't have transactions like dnf/yum. You'll have to check the logs (/var/log/apt/*
) – muru Sep 05 '23 at 05:54