adityapatwardhan / mariner-provides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find what package provides something in Azure Linux

requirements

Docker

instructions

Run ./run.ps1 <query>.

Examples:

  • to find which package provides tdnf:
    • ./run.ps1 tdnf
  • to find which packge provides /usr/lib/libcrypto.so:
    • ./run.ps1 /usr/lib/libc.so

About

License:MIT License


Languages

Language:Dockerfile 55.1%Language:PowerShell 44.9%