Advertisement
buonaseva_fatelo

Untitled

Feb 19th, 2024
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. #https://rpm-software-management.github.io/rpm/manual/tags.html
  2. "properties": [
  3. {
  4. "name": "arch",
  5. "value": pack["architecture"]
  6. },
  7. {
  8. "name": "maintainer",
  9. "value": pack["maintainer"]
  10. },
  11. {
  12. "name": "priority",
  13. "value": pack["priority"]
  14. },
  15. {
  16. "name": "section",
  17. "value": pack["section"]
  18. },
  19. {
  20. "name": "size",
  21. "value": pack["size"]
  22. },
  23. {
  24. "name": "status",
  25. "value": pack["status"]
  26. }
  27. ]
  28. # todo controllare gli altri campi di component
  29.  
  30.  
  31.  
  32. rpm -qa --queryformat "+++++++++%{name} %{version} %{arch} ?priority? ?section?
  33. INSTALLED %{packager} %{size}\n\nProvides:\n [%{Providename}\t]\n\nRequires:\n [%{Requirename}\t]\n\n %{group} %{License}"|more
  34.  
  35. https://rpm-software-management.github.io/rpm/manual/tags.html
  36. https://superuser.com/search?page=3&tab=Relevance&pagesize=15&q=list%20rpm%20package&searchOn=3
  37. 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