- Parse Packages.gz https://stackoverflow.com/questions/16568621/how-to-query-and-manage-debian-package-repositories-in-python
- Parse repodata/repomd.xml https://nessy.info/?p=567
- Example of Packages.gz http://ddebs.ubuntu.com/dists/yakkety-proposed/main/binary-amd64/Packages
- Example of Yum metadata http://debuginfo.centos.org/6/x86_64/repodata/
- http://rpm-software-management.github.io/librepo/index.html - handle Yum metadata
- https://github.com/xolox/python-deb-pkg-tools , https://pypi.python.org/pypi/deb-pkg-tools
- How to create a deb repo https://askubuntu.com/questions/26534/apt-get-doesnt-see-packages-in-my-trivial-repository , http://www.handheldshell.com/software/python_bdist_debian.html , https://askubuntu.com/questions/974/how-can-i-install-software-or-packages-without-internet-offline
- Debian repo format https://wiki.debian.org/DebianRepository/Format
Created
August 20, 2017 11:45
-
-
Save larytet/a6345ec46fbce988023594db719a979d to your computer and use it in GitHub Desktop.
Tools to parse apt-get and yum repositories
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment