I want to get information related to all the versions of a package from its first version to the current version for Ubuntu.
I can tap into the info using apt or apt-cache, but it gives info only for the current package version.
Maybe, I should first get a list of the package's versions and then try getting info for each of them at once. But how to do this using the package-manager or is there some other way for getting all the versions' info at once?