logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Find Linux Packages - Search Files with urpmf | Online Free DevTools by Hexmos

Find Linux packages instantly with urpmf. Locate files within packages and query package information efficiently. Free online tool, no registration required.

urpmf

Find files in packages and query information about them in Mageia. See also: urpmi, urpme, urpmi.addmedia, urpmi.removemedia, urpmi.update, urpmq. More information: https://man.linuxreviews.org/man8/urpmf.8.html.

  • Search for packages that contain a file:

urpmf {{filename}}

  • Search for packages that contain both a keyword [a]nd another in their summaries:

urpmf --summary {{keyword1}} -a {{keyword2}}

  • Search for packages that contain a keyword [o]r another in their descriptions:

urpmf --description {{keyword1}} -o {{keyword2}}

  • Search for packages that do not contain a keyword in their name ignoring case distinction using “|” as the [F]ield separator (“:” by default):

urpmf --description ! {{keyword}} -F'|'

See Also