Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.01 KB

mariner-dev-tools

Tool to remotely query the Mariner archive database about packages

  • mariner-pkg-query.py

Status

Development

Support

Mariner x86_64 aarch64 debuginfo
1.0 X X X
2.0 X X X

Demo

$ ./mariner-pkg-query.py shadow-utils
Mariner Name DebugInfo Version Arch Repo
1.0 shadow-utils shadow-utils-debuginfo 4.9-8.cm1 x86_64 update
1.0 shadow-utils shadow-utils-debuginfo 4.9-8.cm1 aarch64 update
2.0 shadow-utils shadow-utils-debuginfo 4.9-9.cm2 x86_64 base
2.0 shadow-utils shadow-utils-debuginfo 4.9-9.cm2 aarch64 base

Getting started

Official DNF API reference

Requirement

tdnf install dnf python3-prettytable -y