Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #https://rpm-software-management.github.io/rpm/manual/tags.html
- "properties": [
- {
- "name": "arch",
- "value": pack["architecture"]
- },
- {
- "name": "maintainer",
- "value": pack["maintainer"]
- },
- {
- "name": "priority",
- "value": pack["priority"]
- },
- {
- "name": "section",
- "value": pack["section"]
- },
- {
- "name": "size",
- "value": pack["size"]
- },
- {
- "name": "status",
- "value": pack["status"]
- }
- ]
- # todo controllare gli altri campi di component
- rpm -qa --queryformat "+++++++++%{name} %{version} %{arch} ?priority? ?section?
- INSTALLED %{packager} %{size}\n\nProvides:\n [%{Providename}\t]\n\nRequires:\n [%{Requirename}\t]\n\n %{group} %{License}"|more
- https://rpm-software-management.github.io/rpm/manual/tags.html
- https://superuser.com/search?page=3&tab=Relevance&pagesize=15&q=list%20rpm%20package&searchOn=3
- https://github.com/e-m-b-a/emba/blob/master/modules/S08_package_mgmt_extractor.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement