確認する方法はありますかwhenパッケージの現在のバージョン(apt installを使用した場合にインストールされていた)ターミナル内からリリースされましたか?意図は、パッケージがどれだけ古くなっているかをチェックすることです。
apt showバージョン番号のみを表示します。これは私が望むものではありません。ウェブ上で検索すると、これらの行に沿って結果が引き続き表示されます
ブラウザーを開いたら、packages.ubuntu.com Webサイトでchangelogを見るとこの情報を取得できますが、これを行うたびにブラウザーを開く必要はありません。
apt changelog
コマンドを使用して、コマンドラインからUbuntuリポジトリからパッケージの変更ログをダウンロードして読むことができます。
例:apt changelog firefox
firefox (63.0+build2-0ubuntu0.16.04.2) xenial; urgency=medium
* Update AppArmor profile as the shmem temp filename changed upstream (the
profile needs to allow access to /{dev,run}/shm/org.mozilla.*)
- update debian/usr.bin/firefox.apparmor.14.10
- update debian/usr.bin/firefox.apparmor.13.10
-- Chris Coulson <[email protected]> Tue, 23 Oct 2018 22:14:25 +0100
firefox (63.0+build2-0ubuntu0.16.04.1) xenial; urgency=medium
* New upstream stable release (63.0build2)
-- Olivier Tilloy <[email protected]> Mon, 22 Oct 2018 15:51:23 +0200
firefox (63.0+build1-0ubuntu0.16.04.2) xenial; urgency=medium
* Do not require Node.js to build, as version 8.11 isn't available in xenial
- update debian/config/mozconfig.in
- update debian/control{,.in}
-- Olivier Tilloy <[email protected]> Wed, 17 Oct 2018 21:59:49 +0200
[...]
ただし、すべてのリポジトリとパッケージが必ずしも変更ログを提供するわけではなく、すべての変更ログに必要な情報を含める必要があるわけではないことに注意してください。