Compare files changed in Linux packages
@monwen is already working on this.
Since Aug 28, 2025.
- Dominant language
- Python
- Stars
- 20
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
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).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.