apt-get update
command updates the package list of the repository in our system
apt-get upgrade
upgrades the programs if the package version of the new program does not match the current installed version.
apt-cache show
shows the detailed information of the package but does not show the date it was released.
But none of these mentions the exact date when the package was updated.
Although we can note the version of the package and visit it's website to see when it was released but is there any way of finding out when the specific/current package version was released on the repository (terminal options would be more helpful)?