-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Write a script to go through all packages in two different releases of a Linux distro, and see what file names installed changed in each package between the two releases.
Follow on is using the script on a very new Ubuntu package release and a very old version and doing a survey of how "stable" file names are for stuff under bin, include, etc. Packages that are entirely removed could also be interesting.
(For comparing across Linux distros, we'd need to somehow map package names in one distro to the corresponding package name in another distro -- so for now keep comparisons within different versions of the same distro).