Sodamhan.com

TL;DR

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://wiki.mageia.org/en/URPMI#urpmi.removemedia.

  • Search for packages that contain a file:

urpmf filename

  • Search for packages that contain both a keyword and another in their summaries:

urpmf --summary keyword1 -a keyword2

  • Search for packages that contain a keyword or 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 Field separator (”:” by default):

urpmf --description ! keyword -F'|'

This document was created using the contents of the tldr project.