运行后(其中<package>
替换为您所需更改日志的包的名称):
apt-get changelog <package>
更新日志下载到哪里了?下载新版本的更新日志后会发生什么?旧版本会保留吗?还是会被删除?
答案1
变更日志不会从任何地方下载。它们是从在线存储库获取的。
您可以找到变更日志这里。
这是main
。您也可以用同样的方式找到其他部分的变更日志。
man apt-get
changelog
changelog downloads a package changelog and displays it through
sensible-pager. The server name and base directory is defined in
the APT::Changelogs::Server variable (e.g.
packages.debian.org/changelogs[1] for Debian or
changelogs.ubuntu.com/changelogs[2] for Ubuntu). By default it
displays the changelog for the version that is installed. However,
you can specify the same options as for the install command.