is there a page that lists package versions that are in past and current versions of ubuntu? for example, say that I want to find out which versions of the web stack (nginx, apache, php, perl, mariadb, mysql) were or are in the 12.04, 14.04, 15.04, and 15.10 beta, and I don't yet have these installed, where would I find this information? answer to follow.
Asked
Active
Viewed 189 times
0
-
1Possible duplicate of How can I check the available version of a package in the repositories? – pLumo Oct 18 '19 at 07:33
-
Possible duplicate of How to know default software version for all ubuntu software for a specific ubuntu version? – karel Oct 18 '19 at 08:32
2 Answers
1
- go to page Ubuntu Packages Search. this is Ubuntu official packages website.
- type package name in search box and select architecture and version of Ubuntu and click on search
- after clicking on search there will be
Search in specific suite
using that you can switch different version - there you can get package description , repository name etc.

pl_rock
- 11,297
0
http://distrowatch.com/table.php?distribution=ubuntu
provides a nice table of key packages in different versions.

user1539216
- 265