2024-01-15 01:46:02 -03:00
|
|
|
# urpmf
|
|
|
|
|
|
|
|
> Find files in packages and query information about them in Mageia.
|
|
|
|
> See also: `urpmi`, `urpme`, `urpmi.addmedia`, `urpmi.removemedia`, `urpmi.update`, `urpmq`.
|
2025-04-13 08:02:34 +03:00
|
|
|
> More information: <https://man.linuxreviews.org/man8/urpmf.8.html>.
|
2024-01-15 01:46:02 -03:00
|
|
|
|
|
|
|
- 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'|'`
|