找出 apt 包的上次更新日期(由维护者)

4ae*_*1e1 5 apt

如标题所示,我想知道是否有可能找出apt包的上次更新(由维护者)的日期。通过这种方式,我可以了解软件包是否已过时。我尝试了两者apt-cache showpackages.ubuntu.com,但似乎没有这样的信息。

ger*_*ijk 7

使用apt-get changelog,例如:

$ apt-get changelog unity

unity (5.20.0-0ubuntu2) precise; urgency=low

  * Check to see if the window is supposed to have decorations instead
    of the window actually being decorated when Undecorate() is called.
    This fixes a regression from the previous SRU where windows opened
    maximized upon login could have extra decorations (LP: #1195730)

 -- Christopher Townsend <christopher.townsend@canonical.com>  Mon, 08 Jul 2013 09:37:30 -0600

unity (5.20.0-0ubuntu1) precise; urgency=low
[...]
Run Code Online (Sandbox Code Playgroud)