我正在使用Fedora Linux 41 (Workstation Edition)
Gnome 桌面。
在哪里可以找到软件包更新日志,其中显示每个更新软件包的更改时间和版本更改?
Software
每当电脑提示有可用更新时,我都会让应用程序更新。下次启动后,我会收到通知,告知我软件包已更新。但是以后我在哪里可以找到这些信息呢?
我已经查看了/var/log/dnf*.log
期刊中的文件,但现在找不到这些信息。
一些来源建议使用命令sudo dnf history list
。但他只显示我手动更改的包。
user@host:~ $ dnf history list
ID Command line Date and time Action(s) Altered
10 dnf install podman 2025-03-22 19:30:50 33
9 dnf remove podman 2025-03-22 19:28:15 33
8 dnf install odt2txt 2025-03-20 19:48:49 1
7 dnf install pdfgrep 2025-02-24 16:10:16 1
6 dnf install git-filter-repo 2025-02-06 18:40:01 1
5 dnf install python3.12 2025-01-18 16:28:12 3
4 dnf install python3.8 2025-01-14 10:25:39 3
3 dnf remove python3.12* 2025-01-14 10:24:30 2
2 dnf install python3.12 2025-01-13 12:02:36 2
1 dnf install 1password 2024-12-03 21:51:57 5
user@host:~ $ dnf history info 2
Transaction ID : 2
Begin time : 2025-01-13 12:02:36
Begin rpmdb : e7a735605a2fd46f438ab398979091536caf0c2065c383b27be5ead0a877c8ce
End time : 2025-01-13 12:02:47
End rpmdb : 3088d9d71b2b98054a7bfc26ee602f7d2cd0668b970528156c12ea4beef7c0c9
User : 1000 user
Status : Ok
Releasever : 41
Description : dnf install python3.12
Comment :
Packages altered:
Action Package Reason Repository
Install python3.12-0:3.12.8-2.fc41.x86_64 User updates
Install python3.12-libs-0:3.12.8-2.fc41.x86_64 Dependency updates
我希望找到与/var/log/apt/history.log
基于 Debian 的系统上类似的信息。