tools: Added rpm for rpm package archives.
This commit is contained in:
parent
3609b31b29
commit
64383227b0
2 changed files with 9 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ tools_for_extensions = [
|
|||
[["7z"], ["7z"]],
|
||||
[["xz"], ["unxz"]],
|
||||
[["deb"], ["dpkg_contents", "dpkg_info"]],
|
||||
[["rpm"], ["rpm"]],
|
||||
[["a"], ["ar", "nm"]],
|
||||
[["so"], ["nm"]],
|
||||
[["png", "jpg", "gif", "bmp", "ppm", "tiff", "tga"], ["identify", "pil",
|
||||
|
|
@ -120,6 +121,12 @@ tools_for_extensions = [
|
|||
command = "dpkg -I"
|
||||
success_status = "normal"
|
||||
|
||||
[rpm]
|
||||
dependencies = ["rpm"]
|
||||
url = "rpm"
|
||||
command = "rpm --query --list"
|
||||
success_status = "normal"
|
||||
|
||||
[ar]
|
||||
dependencies = ["binutils"]
|
||||
url = "https://en.wikipedia.org/wiki/Ar_(Unix)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue